curl --location --request POST 'http://qiyukf.com/openapi/robot/session/assist?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 0,
"content": "string",
"uid": "string",
"fromType": "string",
"productId": "string",
"fromPage": "string"
}'
{
"code": 200,
"message": "哈哈",
"data": {
"assistType": 1,
"assistContent": [
{
"question": {
"question": "辅助问题1",
"type": 1
},
"answer": {
"msgType": "richText",
"msgBody": {
"content": "<p>这是一个富文本答案</p>"
}
}
}
]
}
}