فهرست منبع

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 {
             respData = jsapiPay(orderInfo.getStoreId(), reqData, ip, platform);
         }
+        logger.info("微信支付接口调用返回:{}", JsonUtil.toJSONString(respData));
 
         if (respData == null) {
             logger.error("微信支付接口调用异常......");