🆕 #2856 【企业微信】增加获取应用二维码的接口;【开放平台】增加使用 AppSecret 重置第三方平台 API 调用次数的接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user