企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 扫码-获取商品列表 ~~~[api] post:/scan/Goodsctr/goodsList?framework=api *openid=默认值#微信openid *groupid#项目id *cateid#分类id *tableid#小区id <<< success { "code": 0, "msg": "", "data": [ { "id": "1075", "title": "【豫剧】花木兰", "unitname": "场", "description": "", "marketprice": "300.00", "thumb": "http:\/\/wq.9617777.com\/attachment\/weiqing\/images\/2\/2019\/04\/EARM5YjADZ151Zss1ZYrSDPspSjH6g.jpg", "numtype": "0", "taste": [ "五香", "微辣", "超辣", "原味" ], "num": 0, "price": "", "hastaste": 1 } ] } <<< error { "code": -1, "msg": "", "data": [] } ~~~ --- **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ------------------------------ | ------------ | --- | | id| string| yes |商品id| | title| String| yes | 商品名| |unitname| String| yes | 商品单位| | description|String|yes|商品描述| | marketprice|String|yes|商品价格| |thumb|String|yes|商品图片| |numtype|String|yes|0正常商品1自定义价格商品| |hastaste|string|yes|0无口味1有口味| |taste|String|yes|口味列表|