#物資入庫
請求地址 :http://slj.180depangzi.com/home/Material/selectStorage
請求參數:
| 參數 | 必要 | 注釋|
響應參數
~~~
$storage=name,type,ification,local,size,number
~~~
成功
~~~
success
{
"code":200,
"data":$storage,
"msg": "獲取數據成功"
}
~~~
失敗
~~~
{
"code":501,
"data": "",
"msg": "獲取數據失敗"
}
~~~