品牌店铺详情
POST
/serve
请求参数
Body 参数application/json
service
string
brand
endpoint
string
/api/shop/detail
params
object
必需
shopId
string
门店id
orderType
string
取餐方式
示例
{
"service": "brand",
"endpoint": "/api/shop/detail",
"params": {
"shopId": "ff8080818a457a46018a47f681947806",
"orderType": "1"
}
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
shop
object
必需
request_id
string
必需
示例
{
"code": 0,
"message": "ok",
"data": {
"shop": {
"areaCode": "410300",
"brandCode": "Cot",
"distance": 0,
"endTime": "21:30",
"latitude": 34.654782,
"longitude": 112.408505,
"shopAddress": "涧西区辽宁路168号万达广场1号门入口处",
"shopBrand": {
"brandCode": "Cot",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/e366541515f4a3334449da77243830f3.png",
"brandName": "库迪",
"interfaceStatus": "Normal",
"openDelivery": true
},
"shopId": "ff8080818a457a46018a47f681947806",
"shopLogoUrl": "https://oss.fxzb.vip/brandEdit/202504/e366541515f4a3334449da77243830f3.png",
"shopName": "涧西万达广场店",
"startTime": "08:00",
"tags": []
}
},
"request_id": "01968bda-1124-7103-966f-ad0c0030fed8"
}