简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
source string 1=pos 2=线上点餐 3=Ubereats 4=Foodpanda 5=自助點餐
store_id string 门店id
menu_type string 获取设备菜单类型接口,多个以,隔开;1,2,3
status string 1=开售,2=停售
good_id string 如果这个没有传,就是选择的设备菜单类型全部停/开售,有传就是某些停/开售

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "操作成功",
    "data": [
        {
            "value": 1,
            "name": "POS"
        },
        {
            "value": 2,
            "name": "線上點餐"
        },
        {
            "value": 3,
            "name": "Ubereats"
        },
        {
            "value": 4,
            "name": "Foodpanda"
        },
        {
            "value": 5,
            "name": "自助點餐"
        }
    ],
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
value string
name string 名称

备注:

作者:admin  创建时间:2026-04-13 15:15
最后编辑:admin  更新时间:2026-05-08 19:05