修复日志

This commit is contained in:
Binary Wang 2017-11-06 19:14:44 +08:00
parent c85190259a
commit 092b839234

View File

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