错误码 | 错误信息 |
---|---|
512002 | 活动不存在已删除 |
511033 | 没有权限访问 |
curl --location --request POST 'https://saas-open.vhall.com/v3/interacts/exam/paper-static-list' \
--header 'platform;' \
--form 'webinar_id="427344645"' \
--form 'pos="0"' \
--form 'limit="20"' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"code": 0,
"msg": "string",
"data": {
"list": [
{
"push_time": "string",
"title": "string",
"check_num": 0,
"answer_num": 0,
"un_answered_num": "string",
"full_score_rate": "string",
"avg_score": "string",
"paper_id": 0
}
],
"total": 0
},
"request_id": "string"
}