简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
page string 页码
pagesize string 数量

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "ok",
    "data": {
        "list": [
            {
                "order_id": 1,
                "order_num": "202601272006085885311954",
                "order_type": 2,
                "pickup_time": "2026-01-28 12:00",
                "store_id": 2,
                "mobile": "13113690000",
                "username": "kevin",
                "created_at": "2026-01-27 20:06:08",
                "total_amount": 12990,
                "status": 0,
                "status_msg": "待支付",
                "order_type_msg": "外带",
                "goods_num": 1,
                "desk_name": "",
                "store_name": '1',
                "store_logo": '',
            }
        ],
        "page": 1,
        "pagesize": 10,
        "total": 1
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
order_id string 订单id
order_num string 订单号
order_type string 订单类型【1=内用,2=外带】
order_type_msg string 订单类型信息
pickup_time string 取货时间
store_id string 门店id
mobile string 类型电话
username string 取货人名称
created_at string 下单时间
total_amount string 总价格
status string 状态
status_msg string 状态信息
goods_num string 商品数量
desk_name string 桌号名称
pay_method string 支付方式 ‘Cash’=现金, ‘LinePay’=LinePay, ‘Credit’=信用卡,
pay_method_msg string 支付方式信息
store_name string 门店名称
store_logo string 门店logo

备注:

作者:admin  创建时间:2026-01-27 20:27
最后编辑:admin  更新时间:2026-02-05 21:16
上一篇:
下一篇: