|
|
@@ -81,12 +81,12 @@ public class ProjectSyncIotCenterService {
|
|
|
ProjectSyncParam param = new ProjectSyncParam();
|
|
|
param.setList(list);
|
|
|
// 请求iot平台
|
|
|
- APIResponseModel api = apiRequestService.sendIotCenterAPI(IotCenterAPIConfig.syncFromFullCardProjects, param);
|
|
|
- if (api.isSuccess()) {
|
|
|
- log.info("同步项目成功");
|
|
|
- } else {
|
|
|
- log.error("同步项目失败:{}", api.getMsg());
|
|
|
- }
|
|
|
+// APIResponseModel api = apiRequestService.sendIotCenterAPI(IotCenterAPIConfig.syncFromFullCardProjects, param);
|
|
|
+// if (api.isSuccess()) {
|
|
|
+// log.info("同步项目成功");
|
|
|
+// } else {
|
|
|
+// log.error("同步项目失败:{}", api.getMsg());
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
}
|