⚠️ 所有接口均采用 POST
请求,统一地址为 /serve
,详见 接口请求示例。
{
"service": "brand",
"endpoint": "/api/pizzahut/shop_menu",
"params": {
"latitude": "1",
"longitude": "1",
"orderType": "0",
"shopId": "ff8080817fd6b5ec017fd6bab3980be7"
}
}
{
"code": 0,
"message": "string",
"data": {
"shop": {
"areaCode": "string",
"brandCode": "string",
"distance": 0,
"endTime": "string",
"latitude": 0,
"longitude": 0,
"servicePhone": "string",
"shopAddress": "string",
"shopId": "string",
"shopLogoUrl": "string",
"shopName": "string",
"startTime": "string",
"tags": [
"string"
]
}
},
"request_id": "string"
}