接收会话开始通知
POST
https://{QIYU_MSG_URL}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://?time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": 200,
"staffId": 1234,
"message": "哈哈",
"sessionId": 62927,
"staffName": "lantian",
"staffType": 0,
"staffIcon": "https://ysf.nosdn.127.net/29C25737ABC2524667D223A90FEF156D",
"uid": "user1",
"evaluationModel": {
"title": "模型一",
"note": "二级评价模型",
"type": 2,
"list": [
{
"name": "满意",
"value": 100
},
{
"name": "不满意",
"value": 1
}
]
},
"transferFrom": 62917
}'
响应示例响应示例
{}
请求参数
Path 参数
QIYU_MSG_URL
string
必需
Query 参数
eventType
string
可选
示例值:
SESSION_START
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:27:29