Browse Source

[深爱]科目基础资料对接测试

zxl 1 year ago
parent
commit
020a7d0104
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/java/com/uas/eis/service/Impl/RequestSTKServiceImpl.java

+ 3 - 3
src/main/java/com/uas/eis/service/Impl/RequestSTKServiceImpl.java

@@ -306,9 +306,9 @@ public class RequestSTKServiceImpl implements RequestSTKService {
         //时间戳
         String timestamp = Long.toString(System.currentTimeMillis());
 
-        JSONObject dto2 = new JSONObject();
-        dto2.put("page",1);
-        dto2.put("size",500);
+        JSONObject dto2 = new JSONObject(4);
+        dto2.put("page","1");
+        dto2.put("size","500");
         JSONObject param = new JSONObject();
         dto2.put("param",param);