|
|
@@ -405,7 +405,7 @@ public class STKController {
|
|
|
dto.setSize("500");
|
|
|
QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
//HttpResultResponse cashFlowItemsVo = requestSTKService.buildPostParam(1,500,dtoParam);
|
|
|
- dto.setParam(JSON.toJSON(dtoParam));
|
|
|
+ dto.setParam(JSONObject.toJSONString(dtoParam));
|
|
|
CashFlowItemsVo cashFlowItemsVo = requestSTKService.getCashFlowItems(dto);
|
|
|
//return JSONObject.parseObject(cashFlowItemsVo.getBody(),CashFlowItemsVo.class);
|
|
|
return cashFlowItemsVo;
|