文档
测试

提交答案

POST
http://school.daoben.tech/api/index/submit_answer

请求参数

参数名
类型
描述
必填
token
string
示例:
必填
id
int
示例:1 活动id
必填
json_data
string
示例:[{"question_id":"5","anser":"A"},{"question_id":"6","anser":"A,B"}] 答案
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:提交成功
必填