多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
~~~[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 ~~~