mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-14 02:05:12 +08:00
修复日志
This commit is contained in:
@@ -249,7 +249,7 @@ public abstract class WxPayBaseResult {
|
||||
errorMsg.append(",错误详情:").append(getErrCodeDes());
|
||||
}
|
||||
|
||||
this.getLogger().error("\n结果业务代码异常,返回結果:{},\n{}", map, errorMsg.toString());
|
||||
this.getLogger().error("\n结果业务代码异常,返回结果:{},\n{}", map, errorMsg.toString());
|
||||
throw WxPayException.from(this);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user