code码 | 错误信息 |
---|---|
512002 | 活动不存在已删除 |
511033 | 没有权限访问 |
8018001 | 试卷不存在 |
curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/exam/paper-question-statistics' \
--header 'platform;' \
--form 'webinar_id="123456789"' \
--form 'paper_id="1"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"title": "string",
"questions": [
{
"id": 0,
"title": "string",
"type": "string",
"right_rate": "string",
"answer_num": 0,
"options": [
{
"key": "string",
"is_answer": 0,
"value": "string",
"choose_num": 0,
"rate": "string",
"img_url": "string"
}
]
}
],
"paper_id": 0
},
"request_id": "string"
}