feat(work): 新增获取已服务的外部联系人接口

This commit is contained in:
Fu Diwei
2024-04-09 09:48:16 +08:00
parent df135ddd31
commit 9a674f7c7f
5 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"errcode": 0,
"errmsg": "ok",
"info_list": [
{
"is_customer": false,
"name": "***开",
"tmp_openid": "TMP_ID",
"follow_userid": "USER_ID",
"chat_name": "外联群1",
"add_time": 1694418699
},
{
"is_customer": true,
"tmp_openid": "TMP_ID",
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACHAAA",
"follow_userid": "USER_ID",
"add_time": 1694418699
},
{
"is_customer": true,
"tmp_openid": "TMP_ID",
"external_userid": "woAJ2GCAAAXtWyujaWJHDDGi0mACHAAA",
"chat_id": "CHATID",
"add_time": 1694418699
},
{
"is_customer": false,
"tmp_openid": "TMP_ID",
"name": "***开",
"follow_userid": "USER_ID",
"add_time": 1694418699
}
],
"next_cursor": "NEXT_CURSOR"
}