feat(work): 随官方更新微信客服消息相关接口模型

This commit is contained in:
fudiwei
2023-01-12 10:16:55 +08:00
parent 2bb89a58ad
commit 950cb062d6
7 changed files with 45 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"statistic_list": [
@@ -11,7 +11,8 @@
"upgrade_service_customer_cnt": 0,
"ai_session_reply_cnt": 1,
"ai_transfer_rate": 1,
"ai_knowledge_hit_rate": 0
"ai_knowledge_hit_rate": 0,
"msg_rejected_customer_cnt": 1
}
},
{
@@ -23,7 +24,8 @@
"upgrade_service_customer_cnt": 0,
"ai_session_reply_cnt": 1,
"ai_transfer_rate": 1,
"ai_knowledge_hit_rate": 0
"ai_knowledge_hit_rate": 0,
"msg_rejected_customer_cnt": 1
}
}
]

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"statistic_list": [
@@ -19,7 +19,8 @@
"upgrade_service_member_invite_cnt": 0,
"upgrade_service_member_customer_cnt": 0,
"upgrade_service_groupchat_invite_cnt": 0,
"upgrade_service_groupchat_customer_cnt": 0
"upgrade_service_groupchat_customer_cnt": 0,
"msg_rejected_customer_cnt": 1
}
}
]

View File

@@ -1,4 +1,4 @@
{
{
"code": "CODE",
"msgid": "MSG_ID",
"msgtype": "MSG_TYPE",
@@ -36,6 +36,13 @@
"pagepath": "pages/index?userid=zhangsan&orderid=123123123",
"content": "点击打开小程序查询更多"
}
},
{
"type": "text",
"text": {
"content": "纯文本,支持\n换行",
"no_newline": 0
}
}
],
"tail_content": "如有问题,随时转人工服务"

View File

@@ -1,4 +1,4 @@
{
{
"touser": "EXTERNAL_USERID",
"open_kfid": "OPEN_KFID",
"msgid": "MSGID",
@@ -65,7 +65,8 @@
{
"type": "text",
"text": {
"content": "纯文本,支持\n换行"
"content": "纯文本,支持\n换行",
"no_newline": 0
}
}
],