1
0
mirror of synced 2026-02-10 04:57:49 +08:00

🆕 #2856 【企业微信】增加获取应用二维码的接口;【开放平台】增加使用 AppSecret 重置第三方平台 API 调用次数的接口

This commit is contained in:
Nobody
2022-10-30 14:19:26 +08:00
committed by GitHub
parent 46921e0e55
commit edb098500d
9 changed files with 155 additions and 0 deletions

View File

@@ -213,4 +213,11 @@ public class WxOpenComponentServiceImplTest {
ShareCloudBaseEnvResponse response = wxOpenComponentService.shareCloudBaseEnv(request);
Assert.assertNotNull(response);
}
@Test
public void testClearQuotaV2() throws WxErrorException {
WxOpenResult wxOpenResult = wxOpenComponentService.clearQuotaV2("");
Assert.assertNotNull(wxOpenResult);
}
}