文档
测试

学生提交作业接口

POST
{{host}}/event/submit

请求头

参数名
类型
描述
必填
token
string
用户标识
必填

请求参数

参数名
类型
描述
必填
event_id
int
事件id
必填
remark
string
备注,默认为空
可选
file
string
调用文件上传接口返回的file字段,(文件的hash key)
必填

响应参数

application/json
参数名
类型
描述
必填
data
object
数据字典
必填
event_name
string
事件名称
必填
event_id
int
必填
submitter
string
提交人
必填
submitter_id
int
必填
file
string
文件名
必填
remark
string
备注
必填
updated_at
string
修改时间
必填
created_at
string
提交时间
必填
id
int
必填
code
int
示例:200
必填
msg
string
示例:成功提交
必填