报名
POST
/xxx/signUp
接口描述
学生报名参加某场考试接口
请求参数
参数名
类型
描述
必填
user_id
int
学生id
必填
exam_id
int
考试id
必填
响应参数
参数名
类型
描述
必填
error_code
int
成功返回0,失败返回其他(待商定)
必填