下载绩效
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/TaskManage/download_perform</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>绩效id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info": "http://oss-cn-shenzhen.aliyuncs.com/youcku/user1/000000001/task_perform/1-03.pdf?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1617099739&Signature=O7FghXMI7WDTAzkM4cj6Rz6jV6I%3D", #下载pdf地址
"status": 1,
"url": ""
}
</code></pre>