1
0
mirror of synced 2025-12-28 22:31:14 +08:00

🎨 #1528 优化企业微信获取客户列表的接口,同时增加更多的企业微信错误码枚举值

This commit is contained in:
Binary Wang
2020-04-25 13:31:27 +08:00
parent 619b377326
commit 6da4b4fca1
5 changed files with 369 additions and 62 deletions

View File

@@ -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);
}