查询订单详情
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/website/query_order_detail.html</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>无</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"type": "0",
"title": "",
"content": "",
"data": "{\"commodity_code\":\"COM-20171125001\",\"code\":\"0\",\"order_number\":1,\"payment_time\":\"\",\"order_money\":1,\"effect_time_long\":\"\",\"commodity_type\":1,\"pay_money\":\"\",\"cycle_type\":1,\"discount_num\":0,\"price\":1,\"cycle_num\":12,\"deduction_money\":\"\",\"state\":1,\"crt_user\":\"\",\"commodity_name\":\"校园电话包年\",\"message\":\"成功\",\"card_id\":\"0000677889\",\"payment_type\":\"1\",\"commodity_id\":\"749061030138609648\",\"upd_date\":\"\",\"user_id\":\"1122931166224142336\",\"voucher_id\":\"\",\"payer_id\":\"\",\"pay_id\":\"\",\"order_id\":\"1182433266288906240\",\"corp_id\":\"ding6f34e443f18c3ecc\",\"crt_date\":\"2020-04-02 14:42:00\",\"effect_time\":\"\"}"
}
</code></pre>