|
|
@@ -405,6 +405,7 @@ public class STKController {
|
|
|
QueryCashFlowItemsDto dtoParam = new QueryCashFlowItemsDto();
|
|
|
dto.setParam(dtoParam);
|
|
|
HttpResultResponse cashFlowItemsVo = requestSTKService.buildPostParam();
|
|
|
+ log.info("返回结果:{}",cashFlowItemsVo);
|
|
|
return JSONObject.parseObject(cashFlowItemsVo.getBody(),CashFlowItemsVo.class);
|
|
|
}
|
|
|
|