查询订单
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询订单</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/m/order/query</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;">order</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": [
{
"num": "kfk1811215375b576",//订单号
"count": "1 张",//张数
"money": "11 元",//金额
"pay_name": "微信扫码",//支付方式
"name": "642d91f9228f15ca1303e59959ebbdb1",//md5之后的联系方式
"link": "13560822174",//没有md5的联系方式
"date": "2018-11-21 18:28:22",
"state": "未支付",
"cards": null,
"explain": "",
"no": null,
"pwd": null,
"out_open": 1,//标识,未知
"contact_name": null,
"contact_type": null,
"contact_value": null,
"fhgs": "0 张",//未知
"qkmm": "0",//取卡密码
"is_pay": "0"//0未支付1已支付
}
],
"time": 1542796143
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>