订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Order/OrderDetail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get </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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单编号</td>
</tr>
</tbody>
</table>
<p><strong>header:</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;">access_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>验签token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;message&quot;: &quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;id&quot;: &quot;2024121017393017053862&quot;,
&quot;order_state&quot;: 2,
&quot;state_name&quot;: &quot;待支付&quot;,
&quot;amount&quot;: 100.00,
&quot;create_time&quot;: &quot;2024年12月10 17:39:30&quot;,
&quot;pay_time&quot;: &quot;2024年12月10 17:39:31&quot;,
&quot;ins_info&quot;: {
&quot;name&quot;: &quot;周星星&quot;,
&quot;address&quot;: &quot;浙江省温州市瓯海区梧田街道月乐街242号新塘东苑&quot;,
&quot;telephone&quot;: &quot;13356111501&quot;
},
&quot;course&quot;: {
&quot;id&quot;: 43,
&quot;num&quot;: &quot;K00043&quot;,
&quot;title&quot;: &quot;电子信息工程&quot;,
&quot;course_type&quot;: {
&quot;type&quot;: 1,
&quot;price&quot;: 100.00,
&quot;deduction_amount&quot;: &quot;&quot;,
&quot;advance_amount&quot;: &quot;&quot;
}
}
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>