🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 轻餐-获取商品详情 ~~~[api] post:/lightmeal/Goodsctr/goodsDetail?framework=api *openid=默认值#微信openid *groupid#商家id *cateid#分类id <<< success { "code": 0, "msg": "", "data": { "id": "493", "weid": "2", "groupid": "14", "pcate": "0", "unitname": "份", "description": "", "marketprice": "15.00", "productprice": "0.00", "memberprice": "0.00", "title": "优质鸡血汤", "shorttitle": "YZJXT", "thumb": "http://www.wq.cc/attachment/weiqing/images/2/2019/01/lightmeal\_logo.png", "goodsn": "", "isnotcoupon": "0", "numtype": "0", "store": "-1", "createtime": "1551946010", "recommend": "0", "displayorder": "0", "status": "1", "cooker": "0", "dangkou": "154", "click": "0", "cityrate": "0.00", "steward": "0.00", "tax": "0.00", "supplierid": "0", "brandid": "0", "spec": null, "istore": "0", "hastaste": 1, "taste": [ "五香", "麻辣"],     } } <<< 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|口味列表|