|
|
|
@ -59,8 +59,8 @@ public class ApiController {
|
|
|
|
|
|
|
|
|
|
@ApiOperation(tags = {"60脱水机"}, value = "获取实时数据")
|
|
|
|
|
@GetMapping("/home/queryParam")
|
|
|
|
|
public AjaxResult queryPram(String deviceName) {
|
|
|
|
|
return success(iApiService.queryPram(deviceName));
|
|
|
|
|
public AjaxResult queryPram(String name) {
|
|
|
|
|
return success(iApiService.queryPram(name));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ApiOperation(tags = {"60脱水机"}, value = "获取设备状态 msg字段")
|
|
|
|
|