微调
This commit is contained in:
@@ -52,6 +52,7 @@ public class CsDeviceController extends BaseController {
|
||||
@ApiOperation("获取直连设备模板信息")
|
||||
@ApiImplicitParam(name = "nDid", value = "设备识别码", required = true)
|
||||
@DeviceLog(operateType = DeviceOperate.MODEL)
|
||||
@ReturnMsg
|
||||
public HttpResult<Object> getModel(@RequestParam String nDid){
|
||||
String methodDescribe = getMethodDescribe("getModel");
|
||||
Object object = csDeviceService.getModel(nDid);
|
||||
|
||||
Reference in New Issue
Block a user