Browse Source

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

zxl 1 year ago
parent
commit
2f0672e49d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/java/com/uas/eis/controller/STKController.java

+ 2 - 1
src/main/java/com/uas/eis/controller/STKController.java

@@ -403,7 +403,8 @@ public class STKController {
         int pageXjl = 1;
         dto.setPage(String.valueOf(pageXjl));
         dto.setSize("500");
-        QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
+        //QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
+        JSONObject dtoParam = new JSONObject();
         //HttpResultResponse cashFlowItemsVo = requestSTKService.buildPostParam(1,500,dtoParam);
         dto.setParam(JSONObject.toJSONString(dtoParam));
         CashFlowItemsVo cashFlowItemsVo = requestSTKService.getCashFlowItems(dto);