소스 검색

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