点餐品牌列表
POST
/serve
请求参数
Body 参数application/json
service
string
brand
endpoint
string
/api/shop/brand
params
object
必需
示例
{
"service": "brand",
"endpoint": "/api/shop/brand",
"params": {}
}
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
list
array[object (ShopBrandData) {6}]
必需
total
integer
必需
request_id
string
必需
示例
{
"code": 0,
"message": "ok",
"data": {
"list": [
{
"brandCode": "RuiXing",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/13147160ce596b6ba17312ab95abcf62.png",
"brandName": "瑞幸",
"deliveryTips": "维护中",
"interfaceStatus": "Normal",
"openDelivery": false
},
{
"brandCode": "Cot",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/e366541515f4a3334449da77243830f3.png",
"brandName": "库迪",
"interfaceStatus": "Normal",
"openDelivery": true
},
{
"brandCode": "Kfc",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/afeec2d8c5a368193a864c61ebbb9a09.png",
"brandName": "肯德基",
"interfaceStatus": "Normal",
"openDelivery": true
},
{
"brandCode": "McDonalds",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/a27847cf0b7f9d3edaf6b371a126cf66.png",
"brandName": "麦当劳",
"deliveryTips": "外送维护中",
"interfaceStatus": "Normal",
"openDelivery": true
},
{
"brandCode": "Pizzahut",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/0e2756ec974d36b4cec996d8fa517a5d.png",
"brandName": "必胜客",
"interfaceStatus": "Normal",
"openDelivery": true
},
{
"brandCode": "Naixue",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/4fc4d21a189ea04f9f85a6bbec080c2a.png",
"brandName": "奈雪",
"deliveryTips": "外送维护中",
"interfaceStatus": "Normal",
"openDelivery": true
},
{
"brandCode": "StarBucks",
"brandLogo": "https://oss.fxzb.vip/brandEdit/202504/296123de35171e066639759bce73d8a8.png",
"brandName": "星巴克",
"deliveryTips": "外送维护中",
"interfaceStatus": "Normal",
"openDelivery": true
}
],
"total": 7
},
"request_id": "01968be4-565e-7059-b015-f8063780f2b1"
}