🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取商品列表 ~~~[api] post:/property/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:\/\/47.94.253.81\/attachment\/images\/2\/2019\/04\/EARM5YjADZ151Zss1ZYrSDPspSjH6g.jpg", "numtype": "1", "num": 0 }, { "id": "1076", "title": "【豫剧】七品芝麻官", "unitname": "场", "description": "", "marketprice": "300.00", "thumb": "http:\/\/47.94.253.81\/attachment\/images\/2\/2019\/04\/D1wRh8WwrOsBuaIuRz3UaSoKb5iS1m.jpg", "numtype": "0", "num": 0 }, { "id": "1080", "title": "【豫剧】程婴救孤", "unitname": "场", "description": "", "marketprice": "300.00", "thumb": "http:\/\/47.94.253.81\/attachment\/images\/2\/2019\/04\/VDKPqk444Hh584P449d449ejP55E94.jpg", "numtype": "0", "num": 0 } ] } <<< 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自定义价格商品|