#物资入库
请求地址 :http://slj.180depangzi.com/home/Material/selectStorage
请求参数:
| 参数 | 必要 | 注释|
响应参数
~~~
$storage=name,type,ification,local,size,number
~~~
成功
~~~
success
{
"code":200,
"data":$storage,
"msg": "获取数据成功"
}
~~~
失败
~~~
{
"code":501,
"data": "",
"msg": "获取数据失败"
}
~~~