mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(work): 新增获取已服务的外部联系人接口
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"cursor": "CURSOR",
|
||||
"limit": 1000
|
||||
}
|
@@ -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"
|
||||
}
|
Reference in New Issue
Block a user