mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(work): 新增服务商会话内容存档相关接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"analyze_task": 1,
|
||||
"jobid": "JOBID",
|
||||
"msg_list": [
|
||||
{
|
||||
"msgid": "MSGID1",
|
||||
"encrypt_info": {
|
||||
"secret_key": "SECRETKEY1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"msgid": "MSGID2",
|
||||
"encrypt_info": {
|
||||
"secret_key": "SECRETKEY2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"jobid": "JOBID",
|
||||
"fail_list": [
|
||||
{
|
||||
"errcode": 710601,
|
||||
"errmsg": "xxx",
|
||||
"msgid": "MSGID2"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "JOBID"
|
||||
}
|
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 1,
|
||||
"analyze_result": {
|
||||
"result_id": "RESULTID1",
|
||||
"service_encrypt_info": {
|
||||
"encrypted_secret_key": "KEYAAAAAAABBBBBB",
|
||||
"public_key_ver": 1
|
||||
}
|
||||
},
|
||||
"analyze_result_list": [
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"msgid": "MSGID1",
|
||||
"sentiment_result": 2,
|
||||
"spam_result": 1
|
||||
},
|
||||
{
|
||||
"errcode": 710601,
|
||||
"errmsg": "xxx",
|
||||
"msgid": "MSGID4"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jobid": "JOBID"
|
||||
}
|
Reference in New Issue
Block a user