运营后台2.0


Settlement of Account-列表

<p><strong>简要描述:</strong> </p> <ul> <li>列表查询</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/serviceSettlement/getServiceSettlementOfAccount</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;">billsDateBegin</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>开始日期</td> </tr> <tr> <td style="text-align: left;">billsDateEnd</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>结束日期</td> </tr> <tr> <td style="text-align: left;">pageNum</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>第几页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>每页多少条</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;code&amp;quot;: &amp;quot;0000&amp;quot;, &amp;quot;message&amp;quot;: &amp;quot;查询成功&amp;quot;, &amp;quot;currentPage&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 15, &amp;quot;sumPage&amp;quot;: 0, &amp;quot;count&amp;quot;: 0, &amp;quot;channelAndDeviceList&amp;quot;: [ &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot; ], &amp;quot;aData&amp;quot;: [ &amp;quot;2018-04-04&amp;quot;, &amp;quot;2018-04-03&amp;quot;, &amp;quot;2018-04-02&amp;quot;, &amp;quot;2018-04-01&amp;quot;, &amp;quot;2018-03-31&amp;quot;, &amp;quot;2018-03-30&amp;quot;, &amp;quot;2018-03-29&amp;quot;, &amp;quot;2018-03-28&amp;quot;, &amp;quot;2018-03-27&amp;quot;, &amp;quot;2018-03-26&amp;quot;, &amp;quot;2018-03-25&amp;quot;, &amp;quot;2018-03-24&amp;quot;, &amp;quot;2018-03-23&amp;quot;, &amp;quot;2018-03-22&amp;quot;, &amp;quot;2018-03-21&amp;quot; ] }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">channelAndDeviceType</td> <td style="text-align: left;">String</td> <td>1/2/3/4 微信/支付宝线上/支付宝线下/支付宝直连</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML