|
@@ -973,6 +973,7 @@ public class ShorePowerController {
|
|
|
|
|
|
private String executePortInfoNewUrl(String platformId, String portName, String operatorName,
|
|
|
String enterprisesName, String page, String limit) {
|
|
|
+
|
|
|
JSONObject tokenJsonObject = JSONObject.parseObject(getToken());
|
|
|
JSONObject tokenData = JSONObject.parseObject((String) tokenJsonObject.get("data"));
|
|
|
String accessToken = (String) tokenData.get("AccessToken");
|
|
@@ -985,6 +986,10 @@ public class ShorePowerController {
|
|
|
berthInfo.put("enterprisesName", enterprisesName);
|
|
|
berthInfo.put("page", page);
|
|
|
berthInfo.put("limit", limit);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
data.put("portInfo", berthInfo);
|
|
|
JSONObject portRequest = new JSONObject();
|
|
|
portRequest.put("PlatformID", platformID);
|