mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-18 14:16:22 +08:00
feat(work): 新增服务商会话内容存档相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"query_word": "VIP",
|
||||
"limit": 50,
|
||||
"cursor": "CURSOR"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": 1,
|
||||
"next_cursor": "CURSOR",
|
||||
"chat_list": [
|
||||
{
|
||||
"chatid": "CHATID1"
|
||||
},
|
||||
{
|
||||
"chatid": "CHATID2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"query_word": "欢迎",
|
||||
"chat_info": {
|
||||
"chat_type": 1,
|
||||
"id_list": [
|
||||
{
|
||||
"open_userid": "OPEN_USERID"
|
||||
},
|
||||
{
|
||||
"external_userid": "EXTERNALID1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"start_time": 1668355200,
|
||||
"end_time": 1668528000,
|
||||
"limit": 50,
|
||||
"cursor": "CURSOR"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"has_more": 1,
|
||||
"next_cursor": "CURSOR",
|
||||
"msg_list": [
|
||||
{
|
||||
"msgid": "xxxmsgid"
|
||||
},
|
||||
{
|
||||
"msgid": "yyymsgid"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user