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