获取订单详情
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/top-up/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <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;">order_no</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">string</td>
<td>订单号</td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 1460,
&quot;user_uid&quot;: &quot;c9f8da97eb494b448c983510d810c638&quot;,
&quot;order_no&quot;: &quot;241230372740001&quot;,
&quot;total_price&quot;: 500000,//支付总额(分)
&quot;balance_price&quot;: 500000,//到账金额(分)
&quot;pay_result_data&quot;: [],
&quot;schedule_status&quot;: 1000,//订单状态:1000=已下单,2000=已支付(前端回调),3000=已收到异步回调,4000=已完成(余额到账)
&quot;mode_type&quot;: 2000,
&quot;closed_switch&quot;: 0,
&quot;create_datetime&quot;: &quot;2024-12-30 10:21:14&quot;,
&quot;update_datetime&quot;: &quot;2024-12-30 10:21:14&quot;,
&quot;unify_result_data&quot;: null
},
&quot;code&quot;: 0
}</code></pre>