(下行接口)合作方调用该接口获取门店信息(通过该接口可获取移动门店常用链接)
授权方式:门店授权
HTTP请求方式:POST
HTTP请求头类型:Content-Type=application/json
URI: /open/v1/shop/shopdetails
详情可查看【公共说明】中的公共参数模块
无
无
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
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 | 否 | 结束时间信息 |
{
"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
}