Browse Source

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

zxl 1 year ago
parent
commit
0164adaf75
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

@@ -189,7 +189,7 @@ public class RequestSTKServiceImpl implements RequestSTKService {
     }
 
     @Override
-    public HttpResultResponse buildPostParam(Integer page,Integer size,QueryCashFlowItemsDto dtoParam) throws Exception {
+    public HttpResultResponse buildPostParam(Integer page,Integer size,QueryCashFlowItemsDto dtoParampp) throws Exception {
         /*String appid = "bf00be8b_0387_44f4_b073_50c3c2d6";
 
         //应用key
@@ -217,14 +217,14 @@ public class RequestSTKServiceImpl implements RequestSTKService {
         request.put("size",size);
 
         //传入参数  此处案例仅放置了时间,可自行添加
-        //JSONObject param=new JSONObject();
+        JSONObject param=new JSONObject();
         //param.put("UPDATE_TIME_start","2024-05-09 14:24:06");
         //param.put("UPDATE_TIME_end","2024-05-09 15:01:28");
         //param.put("TASKNO","P2022032200000041");
         //param.put("TASKCODE","202409");
 
 
-        request.put("param",dtoParam.toString());
+        request.put("param",param.toString());
 
         String content = request.toString();