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,20 @@
{
"msg_filter": {
"msg_list": [
{
"msgid": "xxxmsgid",
"encrypt_info": {
"secret_key": "xxx"
}
},
{
"msgid": "yyymsgid",
"encrypt_info": {
"secret_key": "xxx"
}
}
]
},
"custom_id": "xxx",
"custom_data": "xxxx"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"jobid": "xxxx"
}

View File

@@ -0,0 +1,11 @@
{
"errcode": 0,
"errmsg": "ok",
"status": 0,
"dispatch_time": 1666666666,
"progress": 100,
"result": {
"job_type": "xxxx",
"data": "aaaaaaaaaaaa"
}
}