Преглед на файлове

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("微信支付接口调用异常......");