curl --location --request POST 'http://qiyukf.com/openapi/robot/session/commonQuestions?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 0,
"uid": 0,
"templateId": 0,
"fromType": "string",
"productId": "string",
"fromPage": "string"
}'
{
"code": 200,
"message": "哈哈",
"data": {
"robotId": 34351,
"questionGuide": "常见问题引导语文案",
"questionList": [
{
"question": "常见问题1",
"type": 1
}
]
}
}