任务详情(当前)

# 任务详情 ### 路径 | | | | ------ | -------------------------------- | | url | [api/taskInfo/detail/{taskHistoryId}] | | method | GET | ### 参数 | name | type | 是否必要 | 描述 | | ------------------ | ------- | --------- | ---------------------- | ------------- | | taskHistoryId| String| Y | 任务历史ID | ### 传参示例 ```javascript ``` ### 返回示例 ```javascript { "success": true, "data": { "downloadFileVOList": [ { "id": "ecc8f9f5e8053114a7824286992f77f2", "fileName": "2005迭代内容(维稳)5.21.xlsx", "url": "http://tianque.oicp.net:19081/tqOssManager/getObjectByUri//xlsx/2020/6/12/143554692279.xlsx?auther=e3A6InpqcGluZ2FudG5nIixvcDoiVFFGUyIsYjoiYXBwY2xvdWQiLGFrOiJNN25ESmVzY3l2dkJRdFcxIixhczoiTGt5NjBZT1Q5WFM0NGtLelVDOWY5MllXS0tHbTZxVG0ifQ==", "previewUrl": "", "size": 85884, "activeId": "278" } ], "executorOverallVO": { "taskId": "d41c58e998a53cacb8bfcc8cb4c99a35", "executorType": 2, "all": false, "orgLevelId": 109, "orgLevelName": "中央维稳办", "topEndOrgId": 201, "exectOrganizationVOs": [ { "orgId": 1, "orgCode": "1", "orgName": "中央维稳指导局", "orgLevelId": 109, "orgInternalId": 60 } ], "executorUserVOs": [ { "executorId": 201, "executorName": "陈佳", "orgId": 1 } ] }, "taskExpirationRemindVOS": [ { "aheadDays": 1, "remindMoment": "08:30" } ], "taskHistoryId": "00ca8e6dab3336b0852f04f541d450de", "taskName": "这是一个立即执行的个人任务", "taskType": 3, "taskTypeNew": 2, "orgId": 1, "departmentNo": "01", "orgName": "中央维稳指导局", "orgLevelId": 1, "createUserId": 201, "createUserName": "chenjia", "taskStatus": 1, "stopped": false, "completeStatus": false, "taskDesc": "憨憨每天都在学习", "remark": "", "taskLevel": 0, "remindType": "3", "executiveType": 2, "startTime": "2020-06-12 00:00:00", "endTime": "2020-06-30 23:59:59", "expirationRemind": 1, "needAssign": false, "id": "d41c58e998a53cacb8bfcc8cb4c99a35" }, "errorCode": "", "msg": "" } ```