查看订单详情(所有柜子)
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/order/wechat_order</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>订单id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": 1,
"msg": "yes",
"data": [
{
"id": 331,
"room_id": 12900,
"size": "",
"projective_area": "2.16",
"expand_area": "6.41",
"price": "0.00",
"total_price": "0.00",
"buyer_address": "测试板材",
"create_time": "2019-06-03 11:23:12",
"mark": 1,
"uid": 2150,
"unique_id": "671722441293468232",
"forcer_name": "柜@",
"type": "多层实木",
"color": "T01",
"thickness": "18",
"ep_level": "E0级别"
},
{
"id": 395,
"room_id": 12967,
"size": "",
"projective_area": "2.16",
"expand_area": "6.47",
"price": "0.00",
"total_price": "0.00",
"buyer_address": "测试板材",
"create_time": "2019-06-03 14:14:36",
"mark": 1,
"uid": 2150,
"unique_id": "671722441293478477",
"forcer_name": "柜A",
"type": "多层实木",
"color": "T01",
"thickness": "18",
"ep_level": "E0级别"
},
{
"id": 402,
"room_id": 12967,
"size": "",
"projective_area": "0.99",
"expand_area": "4.72",
"price": "0.00",
"total_price": "0.00",
"buyer_address": "测试板材",
"create_time": "2019-06-03 14:24:35",
"mark": 2,
"uid": 2150,
"unique_id": "671722441293478553",
"forcer_name": "柜A",
"type": "多层实木",
"color": "T01",
"thickness": "18",
"ep_level": "E0级别"
}
]
}</code></pre>