完成任务(有修改)
POST
http://139.224.221.60/api/task/complete?token=token
请求头
参数名
类型
描述
必填
Content-Type
application/json
必填
请求参数
参数名
类型
描述
必填
task_id
int
task
必填
forms
array
表单json数组
必填
latlng
string
经纬度 (V3.2新增)
必填
distance
int
提交位置和站点的距离(V3.2新增)
必填
imgs
string
多个用,隔开 (V3.2新增)
必填
submint_describe
string
突发任务需提交该值 (需配合字典数据)
可选
assist_ids
string
多人用,隔开
必填
响应参数
参数名
类型
描述
必填
code
int
1000成功 2001失败
必填
msg
string
消息
必填