获取门店信息
测试环境
测试环境
POST
/open/v1/shop/shopdetails
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/shop/shopdetails?appKey=&shopIdenty=&brandId=&version=×tamp=&sign='
响应示例响应示例
{
"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
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
返回响应
修改于 2021-12-16 06:36:24