1
0
mirror of synced 2025-12-27 21:48:01 +08:00

🆕 #2815【开放平台】查询公众号/小程序是否绑定open实现 && 增加授权用户资料变更事件常量

This commit is contained in:
Nobody
2022-09-19 20:00:16 +08:00
committed by GitHub
parent b8d0baae5b
commit 7f7c0a3765
5 changed files with 68 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package me.chanjar.weixin.open.api.impl;
import com.google.inject.Inject;
import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.open.api.WxOpenComponentService;
import me.chanjar.weixin.open.bean.result.WxOpenHaveResult;
import me.chanjar.weixin.open.bean.result.WxOpenResult;
import me.chanjar.weixin.open.bean.tcb.ShareCloudBaseEnvRequest;
import me.chanjar.weixin.open.bean.tcb.ShareCloudBaseEnvResponse;
@@ -166,6 +167,11 @@ public class WxOpenComponentServiceImplTest {
@Test
public void testGetOpenAccount() {
}
@Test
public void testHaveOpen() throws WxErrorException {
WxOpenHaveResult wxOpenHaveResult = wxOpenComponentService.haveOpen();
Assert.assertNotNull(wxOpenHaveResult);
}
@Test
public void testFastRegisterWeapp() {