集装箱ERP—客户APP


客户账单批量下载

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://39.100.50.72:8082/app/customer/exportCustomerBillBatch</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>请求参数示例</h5> <pre><code>{ "feeType": 1, "billIds": [ "41", "42" ] } </code></pre> <h5>json字段说明</h5> <table> <thead> <tr> <th style="text-align: left;">字段名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">billIds</td> <td style="text-align: left;">是</td> <td>array</td> <td>账单id(数组)</td> </tr> </tbody> </table> <h5>成功返回示例</h5> <pre><code>{ "code": 0, "errorCode": null, "message": null, "data": [ { "url": "https:\/\/jherp-test.oss-cn-zhangjiakou.aliyuncs.com\/exportCustomerBillBatchApp-1659059100419.xls", "filename": "太仓港正和兴港集装箱码头有限公司3-1659059100419.xls" }, { "url": "https:\/\/jherp-test.oss-cn-zhangjiakou.aliyuncs.com\/exportCustomerBillBatchApp-1659059100552.xls", "filename": "太仓港正和兴港集装箱码头有限公司3-1659059100552.xls" } ] } </code></pre> <h5>成功返回示例的参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">url</td> <td style="text-align: left;">string</td> <td>文件路径</td> </tr> <tr> <td style="text-align: left;">filename</td> <td style="text-align: left;">string</td> <td>文件名</td> </tr> </tbody> </table>

页面列表

ITEM_HTML