微同课后台2

微同课后台管理系统接口(续)


订单详情/学习机设备

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>学习机设备订单详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>finance/order_info</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>订单id</td> </tr> </tbody> </table> <p>参考: <a href="https://www.showdoc.com.cn/vtkAdmin2/11558870598907505">https://www.showdoc.com.cn/vtkAdmin2/11558870598907505</a></p> <p>不展示收件人和物流等相关信息,只展示跟订单有关的信息</p> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;ok!&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;id&amp;quot;: 7,         &amp;quot;buy_type&amp;quot;: 1,         &amp;quot;buy_source&amp;quot;: 1,         &amp;quot;user_id&amp;quot;: 0,         &amp;quot;school_id&amp;quot;: 0,         &amp;quot;mobile&amp;quot;: &amp;quot;16621273745&amp;quot;,         &amp;quot;bind_mobile&amp;quot;: &amp;quot;16621273745&amp;quot;,         &amp;quot;udid&amp;quot;: &amp;quot;333&amp;quot;,         &amp;quot;source_school&amp;quot;: 1,         &amp;quot;source_udid&amp;quot;: &amp;quot;111&amp;quot;,         &amp;quot;cate_id&amp;quot;: 7,         &amp;quot;order&amp;quot;: &amp;quot;XC20250829102024582586264&amp;quot;,         &amp;quot;price&amp;quot;: &amp;quot;2999.00&amp;quot;,         &amp;quot;pay_type&amp;quot;: 0,         &amp;quot;serial_num&amp;quot;: null,         &amp;quot;status&amp;quot;: 1,         &amp;quot;receive_id&amp;quot;: 0,         &amp;quot;refund_price&amp;quot;: &amp;quot;0.00&amp;quot;,         &amp;quot;e_status&amp;quot;: 2,         &amp;quot;place_time&amp;quot;: 1756434024,         &amp;quot;ip&amp;quot;: null,         &amp;quot;place_cancel_time&amp;quot;: 0,         &amp;quot;pay_time&amp;quot;: 1756434024,         &amp;quot;call_time&amp;quot;: 0,         &amp;quot;sales_return_time&amp;quot;: 0,         &amp;quot;apply_refund_time&amp;quot;: 0,         &amp;quot;refund_time&amp;quot;: 0,         &amp;quot;user_name&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;cate_name&amp;quot;: &amp;quot;生物竞赛&amp;quot;,         &amp;quot;school_name&amp;quot;: &amp;quot;&amp;quot;,         &amp;quot;source_school_name&amp;quot;: &amp;quot;学校1&amp;quot;     } }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML