mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 21:56:06 +08:00
修复日志
This commit is contained in:
parent
c85190259a
commit
092b839234
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user