🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# header头加入token ~~~[api] post:/api/merchant/Index/searchGoods *string:shopid=默认值 #门店id *string:runmod=默认值 #门店模式0餐饮1零售商品 string:goods_status=默认值 #1上架中 2已售罄 3下架中 *string:page=默认值 #当前页 string:entry=默认值 #展示条数 string:keywords=默认值 #关键字以商品名 <<< success { "code": 0, "msg": "", "time": "1624610487", "data": [ { "id": 2484, "pcate": 5, "marketprice": "10.00", "title": "芥菜丝", "store": 0, "istore": 0, "dangkou": 104, "goodscategory": { "title": "主食", "id": 5 } }, { "id": 2485, "pcate": 5, "marketprice": "10.00", "title": "莺鸽菜", "store": 0, "istore": 0, "dangkou": 104, "goodscategory": { "title": "主食", "id": 5 } }, { "id": 2486, "pcate": 5, "marketprice": "6.00", "title": "胡辣汤", "store": 0, "istore": 0, "dangkou": { "title": "周口大食堂-越秀金汤胡辣汤", "id": 310 }, "goodscategory": { "title": "主食", "id": 5 } }, { "id": 2489, "pcate": 5, "marketprice": "8.00", "title": "肉饼", "store": 0, "istore": 0, "dangkou": { "title": "周口大食堂-越秀金汤胡辣汤", "id": 310 }, "goodscategory": { "title": "主食", "id": 5 } }, { "id": 2491, "pcate": 5, "marketprice": "15.00", "title": "陶瓷口哨", "store": -1, "istore": 0, "dangkou": { "title": "周口大食堂-陶瓷工艺\t", "id": 283 }, "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|商品条码|