|
|
@@ -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 { |
|
|
|