处理任务
POST
https://localhost:44346/api/Customer/ProcessTask?id=89
接口描述
处理任务
请求头
参数名
类型
描述
必填
Authorization
string
示例:Bearer 8ee3fe4d-73a6-48a5-b142-c3eb8cdc0e8a
必填
URL参数
参数名
类型
描述
必填
id
int
任务接收表id,示例:89
必填
请求参数
参数名
类型
描述
必填
content
string
任务回复内容,示例:回复内容
必填
attachmeArr
string
附件数组,以逗号隔开
可选
takeTime
int
耗时,示例:8
必填
statusId
int
任务状态,示例:8
必填
响应参数
参数名
类型
描述
必填
Result
boolean
示例:true
必填
msg
string
示例:任务处理完成
必填