Browse Source

fix pay v3

formao-live
zhengfangyuan 2 years ago
parent
commit
2b66930cbf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java

+ 1
- 1
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java View File

@@ -152,7 +152,7 @@ public class WxPayServiceApacheHttpImpl extends BaseWxPayServiceImpl {
throw convertException(jsonObject);
}
} catch (Exception e) {
this.log.error("\n【请求地址】:{}\n【请求数据】:{}\n【异常信息】:{}", url, requestStr, e.getMessage());
this.log.error("\n【请求地址】:{}\n【请求数据】:{}\n【Wechatpay-Serial】:{}\n【异常信息】:{}", url, requestStr,serialNumber, e.getMessage());
e.printStackTrace();
throw (e instanceof WxPayException) ? (WxPayException) e : new WxPayException(e.getMessage(), e);
} finally {


Loading…
Cancel
Save