ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 获取商品列表 ~~~[api] post:/property/Goodsctr/cartList?framework=api *openid=默认值#微信openid *groupid#项目id *tableid#小区id <<< success { "code": 0, "msg": "", "data": [ { "cartid": "1", "num": "2", "goodsid": "1075", "title": "【豫剧】花木兰", "unitname": "场", "description": "", "marketprice": "300.00", "thumb": "http:\/\/47.94.253.81\/attachment\/images\/2\/2019\/04\/EARM5YjADZ151Zss1ZYrSDPspSjH6g.jpg", "numtype": "1", "cartprice": "12.00" }, { "cartid": "2", "num": "1", "goodsid": "1076", "title": "【豫剧】七品芝麻官", "unitname": "场", "description": "", "marketprice": "300.00", "thumb": "http:\/\/47.94.253.81\/attachment\/images\/2\/2019\/04\/D1wRh8WwrOsBuaIuRz3UaSoKb5iS1m.jpg", "numtype": "0", "cartprice": "300.00" } ] } <<< 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|商品价格|