NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
~~~[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 ~~~