:art:【企业微信】获取客服账号列表接口增加分页支持
Co-authored-by: jinxiaoyi <jinxiaoyi@gaohua-tech.cn>
This commit is contained in:
@@ -58,7 +58,7 @@ public class WxCpKfServiceImplTest {
|
||||
|
||||
@Test(priority = 3)
|
||||
public void testAccountList() throws Exception {
|
||||
WxCpKfAccountListResp resp = this.wxService.getKfService().listAccount();
|
||||
WxCpKfAccountListResp resp = this.wxService.getKfService().listAccount(0,10);
|
||||
System.out.println(resp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user