feat(work): 新增服务商会话内容存档相关接口

This commit is contained in:
Fu Diwei
2024-03-14 21:41:24 +08:00
parent 9a6712606e
commit 4676061e11
123 changed files with 4422 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
{
"query_word": "VIP",
"limit": 50,
"cursor": "CURSOR"
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": 1,
"next_cursor": "CURSOR",
"chat_list": [
{
"chatid": "CHATID1"
},
{
"chatid": "CHATID2"
}
]
}

View File

@@ -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"
}

View File

@@ -0,0 +1,14 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": 1,
"next_cursor": "CURSOR",
"msg_list": [
{
"msgid": "xxxmsgid"
},
{
"msgid": "yyymsgid"
}
]
}