Skip to content

Commit f08b30e

Browse files
binarywangCopilot
andauthored
Update weixin-java-open/src/test/java/me/chanjar/weixin/open/api/impl/WxOpenMaServiceImplTest.java
Co-authored-by: Copilot <[email protected]>
1 parent b70a463 commit f08b30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

weixin-java-open/src/test/java/me/chanjar/weixin/open/api/impl/WxOpenMaServiceImplTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ public void testQueryQuota() {
314314
WxOpenMaQueryQuotaResult quota = wxOpenMaService.queryQuota();
315315
316316
System.out.println("审核额度信息:");
317-
System.out.println(" 当月剩余提审次数: " + quota.getRest());
318-
System.out.println(" 当月提审额度上限: " + quota.getLimit());
317+
System.out.println(" 当月剩余提交审核次数: " + quota.getRest());
318+
System.out.println(" 当月提交审核额度上限: " + quota.getLimit());
319319
System.out.println(" 剩余加急次数: " + quota.getSpeedupRest());
320320
System.out.println(" 加急额度上限: " + quota.getSpeedupLimit());
321321

0 commit comments

Comments
 (0)