## 獲取可領用物資
~~~[api]
post:/fangyi/Posctr/access?framework=api
*groupid#項目id
<<<
success
{
"code": 0,
"msg": "獲取成功",
"data": [
{
"id": "1881",
"title": "體溫計",
"store": "20",
"full_store": "30"
},
{
"id": "1882",
"title": "一次性手套",
"store": "980",
"full_store": "0"
},
{
"id": "1883",
"title": "84消毒液",
"store": "905",
"full_store": "0"
},
{
"id": "1884",
"title": "xiaoduye",
"store": "2",
"full_store": "2"
}
]
}
<<<
error
{
"code": -1,
"msg": "",
"data": []
}
~~~
---
**返回信息**
| 參數 | 參數類型 | 必須 | 說明|
| ----------- | ------------------------------ | ------------ | --- |
| id| string| yes |物資id|
| title| String| yes | 物資名|
| store| String| yes | 庫存|
|full_store|String|yes|總需|