修改通联卡扣BUG

This commit is contained in:
gityjf 2021-03-09 09:21:04 +08:00
parent 9e8d3130a7
commit ae79dc457e

View File

@ -232,6 +232,7 @@ public class AllinpayProperties {
map.put("message", "success");
} catch (Exception e) {
e.printStackTrace();
map.remove("reqSn");
map.put("msg", e.getMessage());
logger.error("调用通联卡扣协议支付接口失败,系统异常或通联反馈异常:" + e.getMessage());
}