Jelajahi Sumber

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

zxl 1 tahun lalu
induk
melakukan
020a7d0104

+ 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);