mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(work): 新增服务商会话内容存档相关接口
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "xxxx"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "xxx"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 0,
|
||||
"dispatch_time": 1666666666,
|
||||
"progress": 100,
|
||||
"result": {
|
||||
"job_type": "xxxx",
|
||||
"data": "aaaaaaaaaaaa"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user