获取门店列表
测试环境
测试环境
POST
/open/v1/shop/shoplist
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/shop/shoplist?appKey=&shopIdenty=&brandId=&version=×tamp=&sign='
响应示 例响应示例
{
"result": [
{
"commercialID": 810094162,
"commercialName": "体验区测试品牌01store品牌1门店1",
"commercialLogo": null,
"commercialContact": "哈哈",
"commercialPhone": "15928515739",
"status": 0,
"busiCode": "10999",
"busiName": "朝阳区",
"areaId": "110105",
"areaCode": "010",
"areaName": "朝阳区",
"cityCode": "110100",
"cityName": "北京市",
"openTimes": [
{
"timeType": 0,
"type": 3,
"items": [
{
"type": 1,
"startTime": "08:00",
"endTime": "13:00"
},
{
"type": 2,
"startTime": "12:00",
"endTime": "08:00"
}
]
},
{
"timeType": 1,
"type": 0,
"items": [
{
"type": 0,
"startTime": "00:00",
"endTime": "23:00"
}
]
}
],
"pname": "北京市",
"dname": "朝阳区",
"pcode": "110000",
"dcode": "110105"
},
{
"commercialID": 810097768,
"commercialName": "体验区测试品牌01体验区测试品牌01store品牌1门店2",
"commercialLogo": null,
"commercialContact": "哈哈",
"commercialPhone": "15928515739",
"status": 0,
"busiCode": "13946",
"busiName": "晋源区",
"areaId": "140110",
"areaCode": "0351",
"areaName": "晋源区",
"cityCode": "140100",
"cityName": "太原市",
"openTimes": [
{
"timeType": 0,
"type": 0,
"items": [
{
"type": 0,
"startTime": "00:00",
"endTime": "00:00"
}
]
},
{
"timeType": 1,
"type": 0,
"items": [
{
"type": 0,
"startTime": "00:00",
"endTime": "00:00"
}
]
}
],
"pname": "山西省",
"dname": "晋源区",
"pcode": "140000",
"dcode": "140110"
}
],
"code": 0,
"message": "成功[OK]",
"messageUuid": "bb8c1316cd4949369f41fd1f0607adda",
"apiMessage": null
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}