获取卡密导出状态
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取卡密导出状态</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/v1/goodscard/get_export_status?export_card_id=24</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </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;">export_card_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>{
"code": 0,
"msg": "",
"time": 1571825084,
"data": {
"export_card_id": 24,
"create_time": "2019-10-23 18:01:08",
"update_time": "2019-10-23 18:01:22",
"start_time": 1571824869,
"finish_time": 1571824882,
"need_delete": 0,
"status": 1,//1可以下载0还未导出,不可下载2到期关闭下载
"size": 84700976,//文件大小,byte
"download_url": "http://guangguang.kuaifaka.com/download/cards/20191023/100000_100265_59_18daf4c0529721d36f23be53782a7b0c.txt"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>