Commit 8cd7d31b authored by 5359's avatar 5359

获取支付二维码接口代码调整

parent 340c1bea
...@@ -556,6 +556,12 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService { ...@@ -556,6 +556,12 @@ public class HclcCmbPolyServiceImpl implements HclcCmbPolyService {
//发送http请求 //发送http请求
Map<String, String> responseMap = Utils.postForEntity(queryUrl, signResult, apiHeader); Map<String, String> responseMap = Utils.postForEntity(queryUrl, signResult, apiHeader);
//处理接口日志
logger.info("收款码申请返回结果:" + mapper.writeValueAsString(responseMap));
hlsWsRequests.setResponseClob(mapper.writeValueAsString(responseMap));
hlsWsRequests.setReturnStatus("S");
hlsWsRequests.setResponsedDate(new Date());
//处理响应报文 //处理响应报文
Boolean checkResult = checkSign(mapper.writeValueAsString(responseMap)); Boolean checkResult = checkSign(mapper.writeValueAsString(responseMap));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment