文档
测试

任务编辑详情

POST
http://SERVER:PORT/work/task/taskEditInfo

接口描述

任务编辑详情

请求参数

参数名
类型
描述
必填
taskId
string
示例:1295302847213674497
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1000
必填
message
object
示例:null
必填
data
object
数据字典
必填
taskId
string
示例:20210616162383551233352
必填
taskTitle
string
示例:测试post5
必填
taskContent
string
示例:嘻嘻嘻嘻1
必填
startDate
string
示例:
必填
endDate
string
示例:
必填
memberIds
string
示例:59,278
必填
executeName
string
示例:孙柳,朱林健
必填

说明 / 示例

{ "code": 1000, "message": null, "data": { "taskId": "20210616162383551233352", "taskTitle": "测试post5", "taskContent": "嘻嘻嘻嘻1", "startDate": "", "endDate": "", "memberIds": "59,278", "executeName": "孙柳,朱林健" } }