买家-订单查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/pc/order_query</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_num</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>订单号 rsa加密</td>
</tr>
<tr>
<td style="text-align: left;">machine_no</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>浏览器标识(用于浏览器查单)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"__type": "result",
"state": "ok",
"msg": "",
"data": [{
"options": null,
"order_num": "kfk19040234361f36",
"product_num": 1,//商品数量
"cash": "1.10",
"delivery_count": 1,
"fetch_password": false,
"is_pay": 1,
"channel_name": "微信扫码",
"account_id": 16,
"product_id": 163,
"page_short_url": "tkzljq",
"tips_color": "#AAAAAA",
"contact_type": null,
"contact": null,
"sm": "最新皮肤!特价处理,手慢无!",
"pay_time": "2019-04-02 18:03:00",
"cards_num": 1,//卡密数量
"tips": "付款时间:2019-04-02 18:03:00"
}],
"time": 1556260469
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>