多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# header头加入token ~~~[api] post:/api/merchant/Index/goodsList *string:shopid=默认值 #门店id *string:runmod=默认值 #门店模式0餐饮1零售商品 string:goods_status=默认值 #1上架中 2已售罄 3下架中 *string:page=默认值 #当前页 string:entry=默认值 #展示条数 string:cateid=默认值 #分类id <<< success { "code": 0, "msg": "", "time": "1624938639", "data": { "count": 1100, "goods_list": [ { "id": 2480, "pcate": 5, "marketprice": "10.00", "title": "羊杂烙馍卷", "store": 0, "istore": 0, "taste": "", "dangkou": { "title": "\t周口大食堂-花石羊肉汤", "id": 281 }, "thumb": "", "goodscategory": { "title": "冷饮", "id": 5 } }, { "id": 2481, "pcate": 5, "marketprice": "1.00", "title": "手工烙馍", "store": 0, "istore": 0, "taste": "", "dangkou": { "title": "\t周口大食堂-花石羊肉汤", "id": 281 }, "thumb": "", "goodscategory": { "title": "冷饮", "id": 5 } }, { "id": 2482, "pcate": 5, "marketprice": "15.00", "title": "烩面", "store": 0, "istore": 0, "taste": "", "dangkou": 104, "thumb": "", "goodscategory": { "title": "冷饮", "id": 5 } }, { "id": 2483, "pcate": 5, "marketprice": "78.00", "title": "酱牛肉", "store": 0, "istore": 0, "taste": "", "dangkou": 104, "thumb": "", "goodscategory": { "title": "冷饮", "id": 5 } }, { "id": 2484, "pcate": 5, "marketprice": "10.00", "title": "芥菜丝", "store": 0, "istore": 0, "taste": "", "dangkou": 104, "thumb": "", "goodscategory": { "title": "冷饮", "id": 5 } } ] } } <<< error { "code": -1, "msg": "错误信息", "data": null } ~~~ **返回信息** | 参数 | 参数类型 | 必须 | 说明| | ----------- | ----------- | ------------ | --- | |id | string |true|商品id| |pcate | string |true|分类id| |marketprice | string |true|市场价| |title | string |true|商品名| |store | string |true|库存数| |istore | string |true|0不记库存1记库存| |dangkou.title | string |true|档口名| |goodscategory.title | string |true|分类名| |goodsn | string |true|商品条码| |taste | string |true|口味| |thumb | string |true|图片地址|