1
0
mirror of synced 2025-12-26 20:48:00 +08:00

🆕 #2825 【企业微信】增加分配在职成员的客户群的接口

This commit is contained in:
xslong
2022-09-26 23:06:42 +08:00
committed by GitHub
parent 65134bd1ca
commit 320bbfe7be
4 changed files with 47 additions and 0 deletions

View File

@@ -406,6 +406,19 @@ public class WxCpExternalContactServiceImplTest {
assertNotNull(result);
}
/**
* Test onjob transfer group chat.
*
* @throws WxErrorException the wx error exception
*/
@Test
public void testOnjobTransferGroupChat() throws WxErrorException {
String[] str = {"wrHlLKQAAAFbfB99-BO97YZlcywznGZg", "error_group_id"};
WxCpUserExternalGroupChatTransferResp result = this.wxCpService.getExternalContactService().onjobTransferGroupChat(str
, "x");
System.out.println(result);
assertNotNull(result);
}
/**
* Test get user behavior statistic.
*/