导出
<h5>简要描述</h5>
<ul>
<li>导出接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/liyuan_device/excel/data/export</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">dataUrl</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>导出数据的接口地址</td>
</tr>
<tr>
<td style="text-align: left;">templateCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>详情如下</td>
</tr>
<tr>
<td style="text-align: left;">sessionid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>session</td>
</tr>
<tr>
<td style="text-align: left;">exportData</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>查询结果条件</td>
</tr>
</tbody>
</table>
<h5>模板</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
<th>模板code</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">templateCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>电池导出模板①;电池重复数据导出模板②;物联卡导出模板③;里程导出模板④;换电记录数据导出⑤;租赁订单导出⑥;分佣订单导出模板⑦;客户流水导出模板⑧;电柜告警导出模板⑨;用户导出模板⑩;佣金提现导出模板⑾;押金管理导出模板⑿;转移申请导出模板⒀;账户流水导出模板⒁;公众号推送导出模板⒂;盈利统计导出模板⒃;退款统计导出模板⒄;耗电统计导出模板⒅;运营统计导出模板⒆;分润统计导出模板⒇;集团用户导入模板(21);历史告警导出模板(22);</td>
<td>①battery_export_template;②battery_data_export_template;③iccid_export_template;④mileage_export_template;⑤user_lease_log_data_export_template;⑥rent_order_export_template;⑦brokerager_order_export_template;⑧merchant_detail_export_template;⑨cabinet_warning_export_template;⑩user_export_template;⑾user_withdraw_export_template;⑿user_deposit_export_template;⒀store_transfer_export_template;⒁account_detail_export_template;⒂tencent_push_export_template;⒃earnings_statistics_export_template;⒄refund_statistics_export_template;⒅power_consumption_statistics_export_template;⒆operate_statistics_export_template;⒇share_profit_statistics_export_template;(21)group_user_import_template;(22)history_alarm_export_template;</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"code": 0,
"info": "http://test-cloud.granwin.com/excel/battery_export_template20211210142033.xlsx",
"tip": "请求成功"
}</code></pre>
<h5>返回参数说明</h5>
<p>|参数名|类型|说明|</p>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>