云闪付支付
<h5>简要描述</h5>
<ul>
<li>云闪付支付</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://app-test-api.uncar.top/washOrder/ysfPay</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<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;">serviceId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>服务id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": {
"code": 200,
"bizType": "000201",
"data": null,
"txnSubType": "01",
"orderId": 486,
"txnType": "01",
"encoding": "UTF-8",
"version": "5.1.0",
"accessType": "0",
"reqReserved": null,
"txnTime": "20210917160944",
"tn": "719391190478387237110",
"merId": "777290058193799"
},
"message": "success"
}</code></pre>