curl --location --request POST 'http://qiyukf.com/openapi/robot/session/msgAssociate?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 0,
"content": "string"
}'
{
"error_code": 0,
"data": {
"content": "访客当前输入内容",
"questionList": [
{
"question": "根据访客当前输入内容联想到的知识",
"type": 1
}
]
}
}