查询订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/pc/order_detail</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>订单号,逗号分隔</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"__type": "result",
"state": "ok",
"msg": "查询成功",
"data": [
{
"order_num": "kfk190122732af1f3",
"coupon_name": "",//优惠券,为空为未使用
"open_page_time": 1548125415,//浏览时间
"created_unix": 1548125615,//创建时间
"channel_name": "微信扫码",
"contact_mode": "13560822174",//联系方式
"cash": "2.00",//金额
"remain_cash": "1.94",//分成
"product_num": 2,//购买数量
"delivery_count": 0,//发货数
"fetch_password": "123456",//取卡密码
"is_pay": 0,//是否支付
"trade_finish": "0",
"go_pay_time": 1548125615,
"state": "订单支付超时",//订单状态
"cards_num":1,//卡密数量
},
{
"order_num": "kfk190122c177f1ed",
"coupon_name": "",
"open_page_time": 1548145284,
"created_unix": 1548145293,
"channel_name": "支付宝扫码",
"contact_mode": "13560822174",
"cash": "1.00",
"remain_cash": "0.97",
"product_num": 1,
"delivery_count": 0,
"fetch_password": "",
"is_pay": 1,
"trade_finish": "0",
"go_pay_time": 1548145293,
"state": "等待系统发货"
"cards_num":1,//卡密数量
}
],
"time": 1548228608
}</code></pre>
<p><strong>返回参数说明</strong>
<strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>