扫描包裹二维码
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>扫描包裹二维码</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/order/pack_qrcode</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;">pack_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": "请求成功",
"data": [
{
"id": 200,
"uid": 295,
"room_ids": "238",
"order_code": "",
"customer_id": 0,
"buyer_address": "AA ",
"buyer_phone": "",
"measure_time": "2019-03-07 00:00:00",
"install_time": "2019-03-07 00:00:00",
"expand_area": "0.0000",
"projective_area": "0.0000",
"count": 1,
"remark": "",
"creator": "",
"create_time": "2019-03-07 20:42:34",
"update_time": "2019-03-12 21:28:18",
"delete_time": "0000-00-00 00:00:00",
"ggid": "oaTgcNqA",
"status": 0,
"status_update_time": "0000-00-00 00:00:00",
"factory_num": "",
"big_plate_num": 0,
"setting": "",
"customer_name": "",
"total_price": "0.00",
"received_price": "0.00",
"remaining_price": "0.00"
},
{
"id": 465,
"uid": 328,
"room_ids": "439",
"order_code": "",
"customer_id": 0,
"buyer_address": "阳光小区",
"buyer_phone": "",
"measure_time": "2019-03-14 00:00:00",
"install_time": "2019-03-14 00:00:00",
"expand_area": "0.0000",
"projective_area": "0.0000",
"count": 1,
"remark": "",
"creator": "",
"create_time": "2019-03-14 21:57:49",
"update_time": "2019-03-14 22:01:18",
"delete_time": "0000-00-00 00:00:00",
"ggid": "o2KheoDv",
"status": 0,
"status_update_time": "0000-00-00 00:00:00",
"factory_num": "",
"big_plate_num": 0,
"setting": "",
"customer_name": "",
"total_price": "0.00",
"received_price": "0.00",
"remaining_price": "0.00"
}
]
}</code></pre>