🆕 #2612 【企业微信】增加获取企业活跃成员数和通讯录异步导出的接口
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package me.chanjar.weixin.cp.api.impl;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@@ -121,4 +122,11 @@ public class WxCpUserServiceImplTest {
|
||||
@Test
|
||||
public void testGetExternalContact() {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetActiveStat() throws WxErrorException {
|
||||
Integer activeStat = this.wxCpService.getUserService().getActiveStat(new Date());
|
||||
System.out.printf("active stat: %d", activeStat);
|
||||
assertNotNull(activeStat);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user