浏览代码

fixed 微信支付日志

fushengqian 1 年之前
父节点
当前提交
9a31a30cf9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fuint-application/src/main/java/com/fuint/common/service/impl/WeixinServiceImpl.java

+ 1 - 0
fuint-application/src/main/java/com/fuint/common/service/impl/WeixinServiceImpl.java

@@ -205,6 +205,7 @@ public class WeixinServiceImpl implements WeixinService {
         } else {
         } else {
             respData = jsapiPay(orderInfo.getStoreId(), reqData, ip, platform);
             respData = jsapiPay(orderInfo.getStoreId(), reqData, ip, platform);
         }
         }
+        logger.info("微信支付接口调用返回:{}", JsonUtil.toJSONString(respData));
 
 
         if (respData == null) {
         if (respData == null) {
             logger.error("微信支付接口调用异常......");
             logger.error("微信支付接口调用异常......");