🆕 #2825 【企业微信】增加分配在职成员的客户群的接口
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user