|
|
@@ -48,7 +48,8 @@ public class DeviceSyncController {
|
|
|
@Operation(summary = "物联网同步设备在线状态", hidden = true)
|
|
|
@RequestMapping(value = "syncDeviceOnLineState", method = {RequestMethod.POST})
|
|
|
public ResultContent syncDeviceOnLineState(@RequestBody DevicePingInfoParam param) {
|
|
|
- return deviceSyncFromIotService.syncDeviceOnLineState(param);
|
|
|
+// return deviceSyncFromIotService.syncDeviceOnLineState(param);
|
|
|
+ return ResultContent.buildSuccess();
|
|
|
}
|
|
|
|
|
|
@Operation(summary = "物联网同步网关接口", hidden = true)
|