mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#251 微信支付证书文件路径配置支持classpath开头的地址
This commit is contained in:
@@ -497,7 +497,7 @@ public class WxPayServiceImpl implements WxPayService {
|
||||
|
||||
String responseString = this.getResponseString(request.send());
|
||||
|
||||
this.log.debug("\n【请求地址】: {}\n【请求参数】:{}\n【响应数据】:{}", url, requestStr, responseString);
|
||||
this.log.info("\n【请求地址】: {}\n【请求参数】:{}\n【响应数据】:{}", url, requestStr, responseString);
|
||||
return responseString;
|
||||
} catch (Exception e) {
|
||||
this.log.error("\n【请求地址】: {}\n【请求参数】:{}\n【异常信息】:{}", url, requestStr, e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user