We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb0573 commit 67128b0Copy full SHA for 67128b0
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/constant/WxPayErrorCode.java
@@ -459,9 +459,10 @@ public static class DownloadBill {
459
* 描述:账单不存在.
460
* 原因:当前商户号没有已成交的订单,不生成对账单
461
* 解决方案:请检查当前商户号在指定日期内是否有成功的交易。
462
+ * 错误:微信官方文档这个错误的字符串显示是'NO Bill Exist'('o'是大写),实际返回是'No Bill Exist'('o'是小写)
463
* </pre>
464
*/
- public static final String NO_Bill_Exist = "NO Bill Exist";
465
+ public static final String NO_Bill_Exist = "No Bill Exist";
466
467
/**
468
* <pre>
0 commit comments