💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取可领用物资 ~~~[api] post:/indexs.php/fangyi/Goods/getList *openid=默认值#微信openid *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|总需|