下单
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/top-up/trade</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>AUTH</code></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;">top_up_id</td>
<td style="text-align: left;">>=:0</td>
<td style="text-align: left;">int</td>
<td>[充值配置列表id](<a href="https://www.showdoc.com.cn/kbyl/11558484859730618">https://www.showdoc.com.cn/kbyl/11558484859730618</a> "充值配置列表id")</td>
</tr>
<tr>
<td style="text-align: left;">balance_price</td>
<td style="text-align: left;">>:0</td>
<td style="text-align: left;">int</td>
<td>需要充值的到账金额(分)</td>
</tr>
</tbody>
</table>
<ul>
<li>top_up_id与balance_price必填一项</li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;order_no&quot;: &quot;241230372740001&quot;,//订单号
&quot;total_price&quot;: 500000,//订单总额(分)
&quot;balance_price&quot;: 500000//到账金额(分)
},
&quot;code&quot;: 0
}</code></pre>