简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
source string 1=pos 2=线上点餐 3=Ubereats 4=Foodpanda 5=自助點餐
store_id string 门店id
order_num string 订单号
desk_name string 桌号名称
page string 页码
pagesize string 数量
id string id获取数据
type string 类型 1=内用,2=外带,3=外送

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "ok",
    "data": {
        "list": [
            {
                "id": 2,
                "employee_id": 1,
                "order_num": "26040169cd356a41524",
                "type": 1,
                "json_data": {
                    "id": "1"
                },
                "desk_id": 1,
                "created_at": "2026-04-01 23:10:34",
                "desk_name": "1"
            },
            {
                "id": 1,
                "employee_id": 1,
                "order_num": "26040169cd33d6bf5be",
                "type": 1,
                "json_data": {
                    "id": "1",
                    "name": "kevin"
                },
                "desk_id": 1,
                "created_at": "2026-04-01 23:03:50",
                "desk_name": "1"
            }
        ],
        "page": 1,
        "pagesize": 10,
        "total": 2
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
id string id
employee_id string 店员id
order_num string 订单号
type string 类型 1=内用,2=外带,3=外送
created_at string 时间
json_data string 储存原样数据
desk_id string 操作者
desk_name string 桌号名称

备注:

作者:admin  创建时间:2026-04-01 23:18
最后编辑:admin  更新时间:2026-05-08 19:05
上一篇:
下一篇: