订单详情/学习机设备
<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> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;ok!&quot;,
&quot;data&quot;: {
&quot;id&quot;: 7,
&quot;buy_type&quot;: 1,
&quot;buy_source&quot;: 1,
&quot;user_id&quot;: 0,
&quot;school_id&quot;: 0,
&quot;mobile&quot;: &quot;16621273745&quot;,
&quot;bind_mobile&quot;: &quot;16621273745&quot;,
&quot;udid&quot;: &quot;333&quot;,
&quot;source_school&quot;: 1,
&quot;source_udid&quot;: &quot;111&quot;,
&quot;cate_id&quot;: 7,
&quot;order&quot;: &quot;XC20250829102024582586264&quot;,
&quot;price&quot;: &quot;2999.00&quot;,
&quot;pay_type&quot;: 0,
&quot;serial_num&quot;: null,
&quot;status&quot;: 1,
&quot;receive_id&quot;: 0,
&quot;refund_price&quot;: &quot;0.00&quot;,
&quot;e_status&quot;: 2,
&quot;place_time&quot;: 1756434024,
&quot;ip&quot;: null,
&quot;place_cancel_time&quot;: 0,
&quot;pay_time&quot;: 1756434024,
&quot;call_time&quot;: 0,
&quot;sales_return_time&quot;: 0,
&quot;apply_refund_time&quot;: 0,
&quot;refund_time&quot;: 0,
&quot;user_name&quot;: &quot;&quot;,
&quot;cate_name&quot;: &quot;生物竞赛&quot;,
&quot;school_name&quot;: &quot;&quot;,
&quot;source_school_name&quot;: &quot;学校1&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>