🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] POST:/fangyi/Goods/getGoodsInfo?framework=api *string:openid=随便填写#随便填写 *string:groupid=默认值#项目ID <<< success { "code": 0, "msg": "ok", "data": { "list": [{ "id": "1", "title": "口罩", //名称 "store": "846", //库存 "full_store": "1000" //需求库存 }, { "id": "2", "title": "测温枪", "store": "4", "full_store": "4" }, { "id": "3", "title": "酒精", "store": "93", "full_store": "120" }, { "id": "4", "title": "大小喷壶", "store": "39", "full_store": "72" }, { "id": "5", "title": "84消毒液", "store": "280", "full_store": "280" }, { "id": "6", "title": "专用垃圾桶", "store": "0", "full_store": "2" } ] } } <<< error ~~~