文档
测试

获取首页搜索

POST
http://192.168.1.175:8805/config/querystorelistname

请求参数

参数名
类型
描述
必填
access_token
String
授权token
必填
name
String
单品或套餐或门店名称
必填

响应参数

参数名
类型
描述
必填
msg
String
查询成功
必填
code
Sting
200
必填
data
object
storeprodcct(门店单品数据)、storesetmeal(门店套餐数据)、store(门店数据)
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": { "storesetmeal": [], "storeprodcct": [ { "searchValue": null, "createBy": "gaoxin", "createTime": "2020-10-13 17:58:48", "updateBy": null, "updateTime": null, "remark": null, "params": {}, "id": 831, "roductid": "475933984177868800", "productid": "475934044806533120", "name": "门店单品1", "label": null, "intro": null, "details": null, "originalprice": "1", "presentprice": "1", "logo": null, "logolist": null, "image": "[]", "imagelist": null, "businessid": "470740769191165952", "storeid": "470742171275689984", "categoryparentid": "181", "categoryid": "4", "buyersnum": "0", "recommend": "1", "sort": "0", "delFlag": "0", "onstatus": "0", "type": "0", "onename": null, "twoname": null, "newest": "0" } ], "store": [] } }