简要描述:

  • 接口版本:

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

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
source string 1=pos 2=线上点餐 3=Ubereats 4=Foodpanda 5=自助點餐
store_id string 门店id
order_id string 订单号

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "ok",
    "data": {
        "order_id": 194,
        "order_num": "260602225545811747",
        "pay_status": true,
        "invoice_img": "https://xx.com/02/1780412182_194.jpg",
        "order_ticket_url": "https://xx.com/06/02/store-order-260602225545811747.png"
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
order_id string 订单id
order_num string 订单号
pay_status string 订单支付状态【true=支付成功】
invoice_img string 发票图片url
order_ticket_url string 订单明细url

备注:

作者:admin  创建时间:2026-06-02 22:59
最后编辑:admin  更新时间:2026-06-26 21:07