保存评价
POST
/match/judges/work/evaluate
请求头
参数名
类型
描述
必填
token
string
登录令牌
必填
请求参数
multipart/form-data参数名
类型
描述
必填
answer_id
int
作品ID
必填
remark
string
评语
必填
score
int
评价总分数(注意:评价模式为1,必须传标签,评价模式为2,必须传score)
可选
labels
atring
评价标签分数,示例:[{"label_id":"5","score":"10"},{"label_id":"6","score":"5"},{"label_id":"7","score":"15"}]
可选
响应参数
参数名
类型
描述
必填
code
int
返回状态码
必填
msg
string
返回描述
必填
data
array
返回数据
必填