curl --location --request POST 'http://qiyukf.com/openapi/robot/session/msgEvaluation?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"msgId": "string",
"evaluation": 0,
"evaluationContent": "string"
}'
{
"code": 200,
"message": "哈哈",
"data": {
"sessionId": 62927,
"userId": 43412123,
"robotId": 34351,
"transEvent": {
"msgType": "event_trans",
"msgBody": {
"closeReason": 31,
"transGuide": "转人工引导语"
}
}
}
}