Skip to content

Commit 092b839

Browse files
committed
修复日志
1 parent c851902 commit 092b839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayBaseResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public void checkResult(WxPayServiceAbstractImpl wxPayService, String signType,
249249
errorMsg.append(",错误详情:").append(getErrCodeDes());
250250
}
251251

252-
this.getLogger().error("\n结果业务代码异常,返回結果:{},\n{}", map, errorMsg.toString());
252+
this.getLogger().error("\n结果业务代码异常,返回结果:{},\n{}", map, errorMsg.toString());
253253
throw WxPayException.from(this);
254254
}
255255
}

0 commit comments

Comments
 (0)