|
@@ -51,7 +51,7 @@ public class GetCameraPreviewURL {
|
|
|
* STEP5:组装请求参数
|
|
|
*/
|
|
|
JSONObject jsonBody = new JSONObject();
|
|
|
- jsonBody.put("parkSyscode", "v45gh45gergf34g34g354g35ger");
|
|
|
+ jsonBody.put("parkSyscode", "b6f0ed8118284a21a30e68fe795545f7");
|
|
|
String body = jsonBody.toJSONString();
|
|
|
/**
|
|
|
* STEP6:调用接口
|
|
@@ -115,6 +115,8 @@ public class GetCameraPreviewURL {
|
|
|
* STEP5:组装请求参数
|
|
|
*/
|
|
|
JSONObject jsonBody = new JSONObject();
|
|
|
+ //地上停车场的实时在场数据
|
|
|
+ jsonBody.put("parkSyscode","b6f0ed8118284a21a30e68fe795545f7");
|
|
|
jsonBody.put("pageNo",1);
|
|
|
jsonBody.put("pageSize",1000);
|
|
|
if (StringUtils.isNotBlank(plateNo)){
|
|
@@ -177,6 +179,8 @@ public class GetCameraPreviewURL {
|
|
|
* STEP5:组装请求参数
|
|
|
*/
|
|
|
JSONObject jsonBody = new JSONObject();
|
|
|
+ //停车场唯一标识地下
|
|
|
+ jsonBody.put("parkSyscodes","fa12398af6a546e897e240b7bbe0de00");
|
|
|
jsonBody.put("pageNo",1);
|
|
|
jsonBody.put("pageSize",1000);
|
|
|
if (StringUtils.isNotBlank(startTime)){
|