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