🎨 #1528 优化企业微信获取客户列表的接口,同时增加更多的企业微信错误码枚举值
This commit is contained in:
@@ -38,7 +38,7 @@ public class WxCpExternalContactServiceImplTest {
|
||||
|
||||
@Test
|
||||
public void testListExternalWithPermission() throws WxErrorException {
|
||||
List<String> ret = this.wxCpService.getExternalContactService().listFollowUser();
|
||||
List<String> ret = this.wxCpService.getExternalContactService().listFollowers();
|
||||
System.out.println(ret);
|
||||
assertNotNull(ret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user