|
|
@@ -133,7 +133,7 @@ public class RequestSTKServiceImpl implements RequestSTKService {
|
|
|
log.error("STK加密异常:{}",e.getMessage());
|
|
|
}
|
|
|
|
|
|
- HttpResultResponse resultResponse = HuToolUtils.post(QUERY_URL+CASH_FLOW_ITEMS_REQUEST_CODE,dto,headerMap);
|
|
|
+ HttpResultResponse resultResponse = HuToolUtils.post("https://192.168.2.179/api/oapigw/api/oapisvc/automicApi/89edb885a8cf4412b870233fc89fb381",dto,headerMap);
|
|
|
log.info("深投控,现金流项目,返回结果数据{}",JSONObject.toJSONString(resultResponse));
|
|
|
if(!resultResponse.getSuccess()){
|
|
|
log.info("深投控,现金流项目数据异常:{}",resultResponse.getMessage());
|