1
0
mirror of synced 2026-02-24 15:14:13 +08:00

:art:【企业微信】获取客服账号列表接口增加分页支持

Co-authored-by: jinxiaoyi <jinxiaoyi@gaohua-tech.cn>
This commit is contained in:
jinxiaoyi
2022-06-05 22:35:56 +08:00
committed by GitHub
parent 3952fcdd33
commit 6ce418a719
3 changed files with 13 additions and 5 deletions

View File

@@ -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);
}