1
0
mirror of synced 2025-12-22 09:58:07 +08:00

🎨 #2178 【企业微信】更新获取客户群列表的接口

This commit is contained in:
pg
2021-07-03 20:45:42 +08:00
committed by GitHub
parent 568d02c25e
commit 65921f572f
7 changed files with 246 additions and 0 deletions

View File

@@ -241,6 +241,13 @@ public class WxCpExternalContactServiceImplTest {
assertNotNull(result);
}
@Test
public void testListGroupChatV3() throws WxErrorException {
WxCpUserExternalGroupChatList result = this.wxCpService.getExternalContactService().listGroupChat(100, "" ,0,new String[1]);
System.out.println(result);
assertNotNull(result);
}
@Test
public void testGetGroupChat() {
}