|
@@ -29,7 +29,7 @@ public class SecurityDeviceServiceImpl implements SecurityDeviceService {
|
|
|
@Resource
|
|
|
private SecurityDeviceMapper securityDeviceMapper;
|
|
|
|
|
|
- final static String SECURITY_CAMERA_URL = "http://192.168.1.45:9001/api/safety/Hikvision/camera/list";
|
|
|
+ final static String SECURITY_CAMERA_URL = "http://192.168.1.45:9001/api/safety/Hikvision/camera/list?pageNum=1&pageSize=1000";
|
|
|
|
|
|
@Override
|
|
|
public ReturnMsg syncAllCameras() {
|