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