TRX 1 yıl önce
ebeveyn
işleme
f0205bd663

+ 2 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/controller/devices/DeviceSyncController.java

@@ -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)