获取包裹下的板件
<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_plate</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": 2673842,
"buyer_address": "2019-10-31 16:33:13",
"order_create": "2019-10-31 16:33:15",
"order_code": "",
"room_name": "主卧",
"oid": 39021,
"name": "用户157*5639",
"forcer_name": "柜A",
"forcer_id": 140327,
"size": "1168.84*163*18",
"plate_name": "竖隔板01",
"color": "T01",
"type": "多层实木",
"plankId": 0
},
{
"id": 2818910,
"buyer_address": "2019-11-05 15:16:10",
"order_create": "2019-11-05 15:16:11",
"order_code": "1105-29",
"room_name": "主卧",
"oid": 40298,
"name": "用户157*5639",
"forcer_name": "地柜A",
"forcer_id": 146674,
"size": "857.666*600*18",
"plate_name": "横隔板01",
"color": "T01",
"type": "多层实木",
"plankId": 5
}
]
}</code></pre>