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