任务进度
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/TaskManage/task_progress_detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>无</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info": {
"task_info": { #任务信息
"id": "1",
"task_desc": "", #任务描述
"start_time": "", #开始时间
"end_time": "" #结束时间
},
"list": [
{
"id": "1",
"task_id": "1",
"role_type": "UI设计", #角色
"start_time": "1617343328", #开始时间
"end_time": "1617343328", #结束时间
"real_time": "0",
"add_time": "0"
}
]
},
"status": 1,
"url": ""
}
</code></pre>