1
0
fushengqian 1 жил өмнө
parent
commit
9a31a30cf9

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