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