批量撤销结算
<h3>简要描述</h3>
<p>批量取消结算</p>
<h3>请求URL</h3>
<p><a href="http://localhost:9206/settlement/order/batchCancelSettle/{batchNumber">http://localhost:9206/settlement/order/batchCancelSettle/{batchNumber</a>}</p>
<h3>请求方式</h3>
<p>GET</p>
<h3>参数</h3>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>batchNumber</td>
<td>是</td>
<td>String</td>
<td>批次号</td>
</tr>
</tbody>
</table>
<h3>返回示例</h3>
<p>{
"msg": "取消批量结算成功",
"code": 200,
"flag": true,
"data": null
}</p>
<h3>返回参数说明</h3>