无锡客运

订单结算


根据ids返回批次号列表以及count和total

<h3>简要描述</h3> <h3>请求URL</h3> <p><a href="http://localhost:9206/settlement/order/selectBatchNumber">http://localhost:9206/settlement/order/selectBatchNumber</a></p> <h3>请求方式</h3> <p>POST</p> <h3>参数</h3> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>Integer[] bopids</td> <td>是</td> <td>Integer[]</td> <td>主表选取的多个id</td> </tr> </tbody> </table> <p>[23,67,78]</p> <h3>返回示例</h3> <p>{</p> <p>    &quot;msg&quot;: &quot;操作成功&quot;,</p> <p>    &quot;code&quot;: 200,</p> <p>    &quot;flag&quot;: true,</p> <p>    &quot;data&quot;: [</p> <p>        {</p> <p>            &quot;batchNumber&quot;: &quot;PCJS2025040800064&quot;,</p> <p>            &quot;count&quot;: 1,</p> <p>            &quot;totalPaymentAmount&quot;: 13.30</p> <p>        },</p> <p>        {</p> <p>            &quot;batchNumber&quot;: &quot;PCJS2025040800068&quot;,</p> <p>            &quot;count&quot;: 1,</p> <p>            &quot;totalPaymentAmount&quot;: 30.00</p> <p>        },</p> <p>        {</p> <p>            &quot;batchNumber&quot;: &quot;PCJS2025040800071&quot;,</p> <p>            &quot;count&quot;: 1,</p> <p>            &quot;totalPaymentAmount&quot;: 1000.00</p> <p>        },</p> <p>        {</p> <p>            &quot;batchNumber&quot;: &quot;PCJS2025040800074&quot;,</p> <p>            &quot;count&quot;: 1,</p> <p>            &quot;totalPaymentAmount&quot;: 15.20</p> <p>        },</p> <p>        {</p> <p>            &quot;batchNumber&quot;: &quot;PCJS2025040800075&quot;,</p> <p>            &quot;count&quot;: 1,</p> <p>            &quot;totalPaymentAmount&quot;: 70.00</p> <p>        },</p> <p>        {</p> <p>            &quot;batchNumber&quot;: &quot;PCJS2025040800076&quot;,</p> <p>            &quot;count&quot;: 1,</p> <p>            &quot;totalPaymentAmount&quot;: 100.00</p> <p>        }</p> <p>    ]</p> <p>}</p> <h3>返回参数说明</h3> <p>batchNumber批次号 String count 个数 int totalPaymentAmount 总金额 Bigdecimal</p>

页面列表

ITEM_HTML