康邦-小程序


获取订单详情

<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>{     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;id&amp;quot;: 1460,         &amp;quot;user_uid&amp;quot;: &amp;quot;c9f8da97eb494b448c983510d810c638&amp;quot;,         &amp;quot;order_no&amp;quot;: &amp;quot;241230372740001&amp;quot;,         &amp;quot;total_price&amp;quot;: 500000,//支付总额(分)         &amp;quot;balance_price&amp;quot;: 500000,//到账金额(分)         &amp;quot;pay_result_data&amp;quot;: [],         &amp;quot;schedule_status&amp;quot;: 1000,//订单状态:1000=已下单,2000=已支付(前端回调),3000=已收到异步回调,4000=已完成(余额到账)         &amp;quot;mode_type&amp;quot;: 2000,         &amp;quot;closed_switch&amp;quot;: 0,         &amp;quot;create_datetime&amp;quot;: &amp;quot;2024-12-30 10:21:14&amp;quot;,         &amp;quot;update_datetime&amp;quot;: &amp;quot;2024-12-30 10:21:14&amp;quot;,         &amp;quot;unify_result_data&amp;quot;: null     },     &amp;quot;code&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML