feat(work): 新增获取企业已配置的联系我列表接口

This commit is contained in:
Fu Diwei
2023-09-26 22:48:22 +08:00
parent 19932504d0
commit bc807f0e6c
5 changed files with 119 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
{
"start_time": 1622476800,
"end_time": 1625068800,
"cursor": "CURSOR",
"limit": 1000
}

View File

@@ -0,0 +1,13 @@
{
"errcode": 0,
"errmsg": "ok",
"contact_way": [
{
"config_id": "534b63270045c9ABiKEE814ef56d91c62f"
},
{
"config_id": "87bBiKEE811c62f63270041c62f5c9A4ef"
}
],
"next_cursor": "NEXT_CURSOR"
}