发现周边大牌点餐Api
  1. 奈雪
发现周边大牌点餐Api
  • 接口注意事项
  • 接口安全
  • 回调说明
  • 渠道账号
    • 账号信息
      GET
  • 城市地区接口
    • 全国所有城市
      GET
    • 获取城市包含的行政区县
      GET
  • 门店接口
    • 点餐品牌列表
      GET
    • 点餐品牌
      GET
    • 店铺详情
      POST
    • 品牌附近门店
      POST
  • 必胜客
    • 商品详情
      GET
    • 下单
      POST
    • 必胜客扫码
      POST
    • 店铺菜单
      POST
  • 库迪
    • 商品详情
      GET
    • 下单
      POST
    • 店铺菜单
      POST
  • 肯德基
    • 商品详情
      GET
    • 下单
      POST
    • 店铺菜单
      POST
  • 麦当劳
    • 商品详情
    • 验单
    • 下单
    • 店铺菜单
  • 奈雪
    • 商品详情
      GET
    • 下单
      POST
    • 店铺菜单
      POST
  • 订单接口
    • 查询订单
    • 查询配送订单骑手位置
    • 订单列表
  • 瑞幸
    • 商品详情
    • 下单
    • 店铺菜单
  • 星巴克
    • 商品详情
    • 下单
    • 店铺菜单
  1. 奈雪

店铺菜单

POST
/api/naixue/shop_menu

请求参数

Query 参数

Body 参数application/json

示例
{
    "latitude": "string",
    "longitude": "string",
    "orderType": "string",
    "shopId": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/api/naixue/shop_menu?appId&nonce&sign&timestamp' \
--header 'Content-Type: application/json' \
--data-raw '{
    "latitude": "string",
    "longitude": "string",
    "orderType": "string",
    "shopId": "string"
}'

返回响应

🟢200成功
*/*
OK
Body

示例
{
    "data": {
        "menu": [
            {
                "defaultImage": "https://example.com/icon_default.png",
                "icon": "https://example.com/icon.png",
                "imageOff": "https://example.com/icon_inactive.png",
                "imageOn": "https://example.com/icon_active.png",
                "itemList": [
                    {
                        "amount": 20,
                        "discountPrice": 25,
                        "itemCoverImg": "http://example.com/images/cover.jpg",
                        "itemDesc": "使用优质水蜜桃制作的特色饮品",
                        "itemId": 1001,
                        "itemImage": "http://example.com/images/item.jpg",
                        "itemLabelList": [
                            {
                                "icon": "string",
                                "labelId": 0,
                                "rgb": "string",
                                "word": "string",
                                "wordRgb": "string"
                            }
                        ],
                        "itemName": "芝芝桃桃",
                        "itemStatus": 3,
                        "itemSubType": 0,
                        "itemType": 1,
                        "minBuyNum": 1,
                        "multiSpecification": 0,
                        "newMultiSpecification": 1,
                        "packPrice": 0,
                        "priceType": 0,
                        "skuCode": "SKU123456",
                        "spuCode": "SPU123456",
                        "unit": "杯"
                    }
                ],
                "name": "当季限定"
            }
        ],
        "shop": {
            "areaCode": "string",
            "banners": [
                "string"
            ],
            "brandCode": "string",
            "description": "string",
            "distance": 0,
            "distanceStr": "string",
            "endTime": "string",
            "latitude": 0,
            "longitude": 0,
            "notice": "string",
            "servicePhone": "string",
            "services": [
                "string"
            ],
            "shopAddress": "string",
            "shopBrand": {
                "brandCode": "string",
                "brandLogo": "string",
                "brandName": "string",
                "deliveryTips": "string",
                "interfaceStatus": "Normal",
                "openDelivery": true
            },
            "shopId": "string",
            "shopLogoUrl": "string",
            "shopName": "string",
            "startTime": "string",
            "status": "None",
            "tags": [
                "string"
            ],
            "typeCode": "string",
            "typeName": "string"
        }
    },
    "errCode": "string",
    "errMessage": "string"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-02-28 10:19:51
上一页
下单
下一页
查询订单
Built with