💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
~~~[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 ~~~