获取仓库和盘点人下拉数据
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/InventoryManagement/get_select_data</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": 200,
"msg": "请求成功",
"data": {
"car_warehouses": [ #仓库
{
"id": "5", #仓库id
"name": "Y-成都仓" #仓库id
}
],
"user_arr": [ #盘点人
{
"id": "56", #用户id
"realname": "何映" #名称
}
]
}
}
</code></pre>