文档
测试

任务变更记录列表

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

请求参数

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

响应参数

参数名
类型
描述
必填
flag
boolean
示例:true
必填
code
string
示例:1000
必填
data
object
数据字典
必填
count
int
示例:2
必填
list
array
数据列表
必填
logDate
string
示例:2020.12.09 11:11
必填
updateList
array
数据列表
必填
key
string
示例:任务类型
必填
beforeValue
string
示例:业务支撑类
必填
afterValue
string
示例:阿斯达
必填
message
string
示例:成功
必填

说明 / 示例

{ "flag": true, "code": "1000", "data": { "count": 2, "list": [ { "logDate": "2020.12.09 11:11", "updateList": [ { "key": "任务类型", "beforeValue": "业务支撑类", "afterValue": "阿斯达" }, { "key": "任务标题", "beforeValue": "1106测试", "afterValue": "1106测试---------" }, { "key": "三人小组名字", "beforeValue": "鸣人", "afterValue": "盘古" }, { "key": "任务执行人", "beforeValue": "孙柳,朱林健", "afterValue": "朱林健,孙柳" }, { "key": "总用户数", "beforeValue": "88万", "afterValue": "88万" }, { "key": "付费用户数", "beforeValue": "777万", "afterValue": "777万" }, { "key": "开始时间", "beforeValue": "2020-09-05", "afterValue": "2020-09-05" }, { "key": "结束时间", "beforeValue": "2020-12-10", "afterValue": "2020-12-10" }, { "key": "目标完成工时", "beforeValue": "999", "afterValue": "999" }, { "key": "目标金额", "beforeValue": "0万元", "afterValue": "0万元" }, { "key": "预计成本", "beforeValue": "12万元", "afterValue": "12万元" }, { "key": "利润率", "beforeValue": "25.33%", "afterValue": "25.33%" } ] }, { "logDate": "2020.12.09 11:08", "updateList": [ { "key": "任务类型", "beforeValue": "业务支撑类", "afterValue": "阿斯达" }, { "key": "任务标题", "beforeValue": "假期系统", "afterValue": "1106测试" }, { "key": "三人小组名字", "beforeValue": "", "afterValue": "盘古" }, { "key": "任务执行人", "beforeValue": "吴玄,周徐阳,孙柳,朱林健,潘小龙", "afterValue": "朱林健,孙柳" }, { "key": "总用户数", "beforeValue": "", "afterValue": "88万" }, { "key": "付费用户数", "beforeValue": "", "afterValue": "777万" }, { "key": "开始时间", "beforeValue": "2020-08-03", "afterValue": "2020-09-05" }, { "key": "结束时间", "beforeValue": "2020-08-10", "afterValue": "2020-12-10" }, { "key": "目标完成工时", "beforeValue": "None", "afterValue": "999" }, { "key": "目标金额", "beforeValue": "0万元", "afterValue": "0万元" }, { "key": "预计成本", "beforeValue": "0万元", "afterValue": "12万元" }, { "key": "利润率", "beforeValue": "0%", "afterValue": "25.33%" } ] } ] }, "message": "成功" }