取消订单结算
<h3>简要描述</h3>
<p>取消订单结算</p>
<h3>请求URL</h3>
<p><a href="http://localhost:9206/settlement/order/cancelSettle/{transactionNumber">http://localhost:9206/settlement/order/cancelSettle/{transactionNumber</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>transactionNumber</td>
<td>是</td>
<td>String</td>
<td>详情里面返回明细表的financeOrderAccountsList中的 transactionNumber</td>
</tr>
</tbody>
</table>
<h3>返回示例</h3>
<p>{
"msg": "取消结算成功",
"code": 200,
"flag": true,
"data": null
}</p>
<h3>返回参数说明</h3>