简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2026-02-02

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 凭证

请求参数:

参数名 是否必须 类型 说明
store_id string 门店id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "ok",
    "data": [
        {
            "region_id": 6,
            "name": "內用區",
            "seat_list": [
                {
                    "seat_id": 1,
                    "region_id": 6,
                    "name": "1",
                    "seat_num": 2
                },
                {
                    "seat_id": 2,
                    "region_id": 6,
                    "name": "2",
                    "seat_num": 2
                }
            ]
        },
        {
            "region_id": 8,
            "name": "外用區",
            "seat_list": [
                {
                    "seat_id": 5,
                    "region_id": 8,
                    "name": "11",
                    "seat_num": 11
                }
            ]
        }
    ],
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "验证错误"
}

返回参数说明:

参数名 类型 说明
region_id string 区域id
name string 名称
seat_list.seat_id string 桌号id
seat_list.region_id string 区域id
seat_list.name string 桌号名称
seat_list.seat_num string 桌号人数
#### 备注:
作者:admin  创建时间:2026-02-02 14:47
最后编辑:admin  更新时间:2026-02-05 21:16
上一篇:
下一篇: