#251 微信支付证书文件路径配置支持classpath开头的地址

This commit is contained in:
Binary Wang
2017-06-18 14:48:32 +08:00
parent ec4bf2687c
commit c7ffff0a9c
5 changed files with 54 additions and 7 deletions

View File

@@ -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());