web端获取购物车
<p><strong>简要描述:</strong> </p>
<ul>
<li>web端获取购物车</li>
</ul>
<p><strong>请求URL:(GET)</strong> </p>
<ul>
<li>
<p><code>http://guigui.thinkerx.com/order/load_web_shop_car/{uid}</code></p>
<p><strong>请求URL:(POST)</strong> </p>
</li>
<li><code>http://guigui.thinkerx.com/order/load_web_shop_car</code></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;">uid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户id</td>
</tr>
<tr>
<td style="text-align: left;">fid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>展厅用户的uid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": 1,
"msg": "请求成功",
"data": {
"id": 58738,
"uid": 2150,
"room_ids": "104084",
"order_code": "0102-94",
"customer_id": 149,
"buyer_address": "新保存模式00",
"buyer_phone": "",
"measure_time": "2020-01-02 00:00:00",
"install_time": "2020-01-17 00:00:00",
"expand_area": "0.0000",
"projective_area": "0.0000",
"count": 1,
"remark": "",
"creator": "",
"create_time": "2020-02-07 16:21:31",
"update_time": null,
"delete_time": null,
"ggid": "http://eggi.cn/o8KQAG01",
"status": 0,
"status_update_time": "2020-02-07 16:21:31",
"factory_num": "0102-94",
"big_plate_num": 0,
"setting": "",
"customer_name": "123",
"total_price": "0.00",
"received_price": "0.00",
"remaining_price": "0.00",
"delivery_time": "0000-00-00 00:00:00",
"name": "用户151*3034",
"schedule": [],
"room": [
{
"id": 104084,
"uid": 1053,
"name": "主卧",
"plank_type": "",
"type": "衣柜",
"color": "[]",
"room_area": "72.0000",
"expand_area": "1.5130",
"projective_area": "1.5884",
"style": "",
"remark": "",
"json_url": "",
"img_url": "",
"obj_url": "",
"mtl_url": "",
"render_url": "",
"creator": "",
"create_time": "2020-02-07 16:21:31",
"update_time": "0000-00-00 00:00:00",
"delete_time": "0000-00-00 00:00:00",
"total_price": "0.00",
"product_status": 0,
"pic_url": "",
"substrate": "",
"parts": [],
"lock": 0,
"lock_password": "",
"plate": [],
"forcer": [],
"door": []
}
],
"ggid_short": "o8KQAG01",
"action_log": []
}
}</code></pre>