订单与房间基础信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单与房间基础信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/order/order_base</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;">data</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">map</td>
<td>订单数据</td>
</tr>
</tbody>
</table>
<p><strong>上传数据样式</strong></p>
<pre><code>{
"buyer_address": "测试转发45",
"buyer_phone": "",
"count": 1,
"creator": "",
"customer_id": 0,
"customer_name": "",
"delivery_time": "",
"expand_area": 5.5104,
"factory_num": "1115-39",
"ggid": "http://eggi.cn/oENUrc36",
"id": "",
"install_time": "2019-11-30",
"measure_time": "2019-11-15",
"order_code": "1115-39",
"projective_area": 2.1039,
"received_price": "0.00",
"remaining_price": "0.00",
"big_plate_num":8,
"remark": "",
"room": [],
"setting": "",
"total_price": "0.00",
"uid": 4820
}</code></pre>
<p><strong>返回数据</strong></p>
<pre><code>{
"status": 1,
"msg": "请求成功",
"data": true
}</code></pre>