|
@@ -59,7 +59,7 @@ public class SyncDeviceServiceImpl extends AuthIotService implements SyncDeviceS
|
|
|
if (deviceId == null) {
|
|
|
return 0L;
|
|
|
}
|
|
|
- String url = deviceConfig.getUpdateDeviceUrl();
|
|
|
+ String url = deviceConfig.getUpdateDeviceStatusUrl();
|
|
|
Map<String, Object> map = new HashMap<>(1);
|
|
|
map.put("deviceId", deviceId);
|
|
|
map.put("deviceStatus", deviceStatus);
|