🆕 #2815【开放平台】查询公众号/小程序是否绑定open实现 && 增加授权用户资料变更事件常量
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user