|
|
@@ -258,7 +258,7 @@ public class RequestSTKServiceImpl implements RequestSTKService {
|
|
|
header.put("timestamp", timestamp);
|
|
|
header.put("sign", sign);
|
|
|
header.put("Content-Type", "application/json");
|
|
|
- HttpResultResponse resultResponse = HuToolUtils.post(CASH_FLOW_ITEMS_REQUEST_CODE+CASH_FLOW_ITEMS_REQUEST_CODE
|
|
|
+ HttpResultResponse resultResponse = HuToolUtils.post(QUERY_URL+CASH_FLOW_ITEMS_REQUEST_CODE
|
|
|
,request, header);
|
|
|
|
|
|
log.info("示例返回:{}",JSONObject.toJSONString(resultResponse));
|