文档
测试

任务更新详情

POST
http://SERVER:PORT/V3/taskUpdateInfo

请求参数

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

响应参数

参数名
类型
描述
必填
taskInfo
object
任务详情
必填
taskTypeId
string
示例:162 任务类型id
必填
taskType
string
示例:业务支撑类 任务类型
必填
taskTitle
string
示例:内部邮件收发 任务标题
必填
taskContent
string
示例:具备邮件收/发/关注/删除/转发/回复等功能 任务内容
必填
groupId
object
示例:null 三人小组id
必填
groupName
object
示例:null 三人小组名字
必填
memberIds
string
示例:33,47,278 任务执行人id 用,拼接
必填
executeName
string
示例:吴玄,朱林健,潘小龙 任务执行人名字 用,拼接
必填
dieFraction
string
示例:0 任务执行分
必填
totalMemberNum
object
示例:null 总用户数
必填
memberNum
object
示例:null 付费用户数
必填
startDate
string
示例:2020-08-11 开始时间
必填
endDate
string
示例:2020-08-25 结束时间
必填
workHours
object
示例:null 目标完成工时
必填
targetAmount
int
示例:0 目标金额 分为单位
必填
estimateCostAmount
int
示例:0 预计成本 分为单位
必填
profitPercent
object
示例:null 利润率
必填
type
int
示例:3 1:非研发任务 2:研发考核任务 3:研发非考核任务
必填

说明 / 示例

``` { "flag": true, "code": "1000", "data": { "taskInfo": { "taskTypeId": "162", "taskType": "业务支撑类", "taskTitle": "内部邮件收发", "taskContent": "具备邮件收/发/关注/删除/转发/回复等功能", "groupId": null, "groupName": null, "memberIds": "33,47,278", "executeName": "吴玄,朱林健,潘小龙", "dieFraction": "0", "totalMemberNum": null, "memberNum": null, "startDate": "2020-08-11", "endDate": "2020-08-25", "workHours": null, "targetAmount": 0, "estimateCostAmount": 0, "profitPercent": null }, "type": 3 }, "message": "成功" } ```