• 开发者平台
  • >
  • 餐饮文档中心

获取门店信息 收费

(下行接口)合作方调用该接口获取门店信息(通过该接口可获取移动门店常用链接)

授权方式:门店授权

请求描述

HTTP请求方式:POST
HTTP请求头类型:Content-Type=application/json
URI:  /open/v1/shop/shopdetails

请求参数

1.公共参数

详情可查看【公共说明】中的公共参数模块

2.业务参数

业务示例(JSON)

响应参数

参数名 类型 是否必填 参数描述
code Int 返回编码,详见错误码
message String 返回信息
messageUuid String 消息uuid
result ShopInfo 返回响应数据,json对象或数组,可为空

ShopInfo

参数名 类型 是否必填 参数描述
brandId Long 品牌编号
brandName String 品牌名称
busiCode Integer 商圈编码
busiName String 商圈名称
commercialContact String 联系人
commercialDesc String 商户描述
commercialID Long 门店ID
commercialLogo String logo url
commercialName String 门店名称
commercialPhone String 联系电话
dcode String 区编码
dinnnerTimeDuration Integer 就餐时长
dname String 区名称
latlong String 百度坐标系-经纬度,纬度,经度
commercialAddress String 门店地址
pcode String 省编码
pname String 省名称
status Integer 商户状态 0-可用 -1-不可用,1-预装
openTimes List<OpenTimeVo> 营业时间
areaId String 区域ID
areaCode String 区域Code
areaName String 区域名称
cityCode String 城市编码
cityName String 城市名称
meals String 业态
mainTypeName String 主营业态
links List<Link> 移动门店常用链接

OpenTimeVo

参数名 类型 是否必填 参数描述
timeType Long 时间类型; 0.营业时间,1.送餐时间
type Integer 营业模式(0:整周全天;1:工作日/周末全天;2:工作日/周末分餐;3:整周分餐)
items List<OpenTimeItemVo> 时间段信息

Link

参数名 类型 是否必填 参数描述
name String 链接名称
link String 链接地址

OpenTimeItemVo

参数名 类型 是否必填 参数描述
type Integer 餐饮时段(0:整周;1:整周中餐;2:整周晚餐;3:工作日;4:工作日中餐;5:工作日晚餐;6:周末;7:周末中餐;8:周末晚餐)
startTime String 开始时间
endTime String 结束时间信息

响应示例(JSON)

{
    "result":{
        "brandId":32296,
        "brandName":"体验区测试品牌01",
        "commercialId":810094162,
        "commercialName":"体验区测试品牌01store品牌1门店1",
        "commercialLogo":null,
        "commercialContact":"谭景辉",
        "commercialPhone":"15928515739",
        "status":"0",
        "busiCode":10422,
        "busiName":"高新区",
        "latlong":"30.539705,104.058954",
        "commercialAddress":"四川省成都市高新区高新区",
        "commercialDesc":"啊哈哈",
        "dinnnerTimeDuration":0,
        "openTimes":[
            {
                "timeType":0,
                "type":0,
                "items":[
                    {
                        "type":0,
                        "startTime":"00:00",
                        "endTime":"23:00"
                    }
                ]
            },
            {
                "timeType":1,
                "type":0,
                "items":[
                    {
                        "type":0,
                        "startTime":"00:00",
                        "endTime":"23:00"
                    }
                ]
            }
        ],
        "areaId":"820002",
        "areaCode":"028",
        "areaName":"高新区",
        "cityCode":"510100",
        "cityName":"成都市",
        "links":[
            {
                "name":"会员",
                "link":"https://gldweixin.keruyun.com/member/index?shopId=810094162"
            },
            {
                "name":"排队",
                "link":"https://gldweixin.keruyun.com/shop/list?uniqueId=PD&shopId=810094162"
            },
            {
                "name":"堂食",
                "link":"https://gldweixin.keruyun.com/shop/list?uniqueId=TS&shopId=810094162"
            },
            {
                "name":"个人中心",
                "link":"https://gldweixin.keruyun.com/user/individual?shopId=810094162"
            },
            {
                "name":"外卖",
                "link":"https://gldweixin.keruyun.com/shop/list?uniqueId=WM&shopId=810094162"
            },
            {
                "name":"预订",
                "link":"https://gldweixin.keruyun.com/shop/list?uniqueId=YD&shopId=810094162"
            }
        ],
        "meals": "餐饮/正餐/中餐,餐饮/正餐/西餐,餐饮/正餐/日韩料理,餐饮/快餐/咖啡厅,餐饮/快餐/自助餐,餐饮/快餐/饮品酒吧茶室,餐饮/快餐/美食城",
        "mainTypeName": "餐饮/正餐/自助餐(正餐)",
        "pname":"四川省",
        "dname":"高新区",
        "pcode":"510000",
        "dcode":"820002"
    },
    "code":0,
    "message":"成功[OK]",
    "messageUuid":"8c5a4cdbc7214f5da8112c830e6be7d0",
    "apiMessage":null
}


目录