加载任务里的包裹
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>加载任务里的包裹</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://guigui.thinkerx.com/order/load_pack_list</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;">task_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": 14,
"uid": 5,
"create_time": "2019-11-05 17:33:00",
"finish": 1,
"task_id": 1,
"plate": [
{
"id": 989406,
"buyer_address": "碧水蓝天D区1002 厂商:瑞祥居",
"order_create": "2019-08-05 00:21:56",
"order_code": "20190805-1",
"room_name": "客房衣柜",
"oid": 20675,
"name": "瑞祥居定制家居",
"forcer_name": "吊柜B",
"forcer_id": 61366,
"size": "250*280*18",
"plate_name": "右立板01",
"color": "T01",
"type": "多层实木"
}
]
},
{
"id": 15,
"uid": 5,
"create_time": "2019-11-05 17:38:49",
"finish": 1,
"task_id": 1,
"plate": [
{
"id": 989408,
"buyer_address": "福雅园9-3-802",
"order_create": "2019-08-03 15:33:49",
"order_code": "20190803-1",
"room_name": "阁楼衣柜",
"oid": 20455,
"name": "用户131*6399",
"forcer_name": "柜B",
"forcer_id": 61368,
"size": "580*1785*18",
"plate_name": "左立板01",
"color": "H2",
"type": "多层实木"
},
{
"id": 989407,
"buyer_address": "碧水蓝天D区1002 厂商:瑞祥居",
"order_create": "2019-08-05 00:21:56",
"order_code": "20190805-1",
"room_name": "客房衣柜",
"oid": 20675,
"name": "瑞祥居定制家居",
"forcer_name": "吊柜B",
"forcer_id": 61366,
"size": "523*280*18",
"plate_name": "背板01",
"color": "T01",
"type": "多层实木"
}
]
}
]
}</code></pre>