查看订单详情
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/order/detail</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;">oid</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": "加载成功",
"id": 7719,
"uid": 2150,
"room_ids": "9633",
"order_code": "20190521-3",
"customer_id": 1,
"buyer_address": "xxx",
"buyer_phone": "xxx",
"measure_time": "2019-01-01 02:02:02",
"install_time": "2019-01-01 01:01:01",
"expand_area": "1.1000",
"projective_area": "1.1000",
"count": 1,
"remark": "xxx",
"creator": "xxx",
"create_time": "2019-05-21 16:29:00",
"update_time": "2019-05-21 16:29:00",
"delete_time": "0000-00-00 00:00:00",
"ggid": "http://www.eggrj.com?ggid=oEwDru7C",
"status": 0,
"status_update_time": "0000-00-00 00:00:00",
"ggid_short": "oEwDru7C",
"room": [
{
"id": 9633,
"uid": 2150,
"name": "xxx",
"plank_type": "xxx",
"type": "xxx",
"color": "xxx",
"room_area": "1.1000",
"expand_area": "1.1000",
"projective_area": "1.1000",
"style": "xxx",
"remark": "xxx",
"json_url": "xxx",
"img_url": "xxx",
"obj_url": "xxx",
"mtl_url": "xxx",
"render_url":"xxx",
"creator": "xxx",
"create_time": "2019-05-21 16:28:00",
"update_time": "2019-05-21 16:29:41",
"delete_time": "0000-00-00 00:00:00",
"ggid": "http://www.eggrj.com?ggid=oEwDru7C",
"status": 0,
"status_update_time": "0000-00-00 00:00:00",
"plate": [
{
"id": 254,
"room_id": 10503,
"type": "实木",
"size": "300*300*18",
"buyer_address": "x",
"buyer": "",
"create_time": "2019-05-27 19:37:06",
"color": "红",
"plate_num": "052719568693",
"ggid": "7fJAR",
"uid": 2150,
"forcer_mark": "1",
"unique_id": "ccccc"
},
{
"id": 255,
"room_id": 10503,
"type": "实木",
"size": "300*300*18",
"buyer_address": "x",
"buyer": "",
"create_time": "2019-05-27 19:37:06",
"color": "绿",
"plate_num": "052719563026",
"ggid": "9138Q",
"uid": 2150,
"forcer_mark": "2",
"unique_id": "kkkkkkk"
}
],
"forcer": [
{
"id": 11,
"room_id": 10503,
"size": "",
"projective_area": "0.33",
"expand_area": "0.30",
"price": "298.00",
"total_price": "98.00",
"buyer_address": "x",
"create_time": "2019-05-27 19:37:06",
"mark": 1,
"uid": 2150,
"unique_id": "ccccc"
},
{
"id": 12,
"room_id": 10503,
"size": "",
"projective_area": "0.00",
"expand_area": "0.30",
"price": "0.00",
"total_price": "0.00",
"buyer_address": "x",
"create_time": "2019-05-27 19:37:06",
"mark": 2,
"uid": 2150,
"unique_id": "kkkkkkk"
}
]
}
],
"action_log": [
{
"create_time": "2019-02-26 15:38:09",
"text": "用户177*2379:哈哈"
},
{
"create_time": "2019-02-26 15:16:07",
"text": "用户177*2379:xx"
},
{
"create_time": "2019-02-26 15:15:32",
"text": "用户177*2379:xxxxx"
}
]
}
}</code></pre>