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
}'
{}