Browse Source

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

zxl 1 year ago
parent
commit
7767c415fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/uas/eis/service/Impl/RequestSTKServiceImpl.java

+ 2 - 2
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 dtoParampp) throws Exception {
+    public HttpResultResponse buildPostParam(Integer page,Integer size,QueryCashFlowItemsDto dtoParam) throws Exception {
         /*String appid = "bf00be8b_0387_44f4_b073_50c3c2d6";
 
         //应用key
@@ -224,7 +224,7 @@ public class RequestSTKServiceImpl implements RequestSTKService {
         //param.put("TASKCODE","202409");
 
 
-        request.put("param",param.toString());
+        request.put("param",param);
 
         String content = request.toString();