简要描述:

  • 抖音核销券-核销记录详情

请求域名:

  • http://xx.com

请求URL:

GET/plugin.tiktok-verify-ticket.api.record.detail

参数:

参数名 是否必须 类型 说明
id int 记录id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 1,
                "code": "123456",
                "good_id": "2",
                "created_at": "2023-09-08 11:50:33",
                "type": 3,
                "type_name": "次卡",
                "has_one_good": {
                    "id": 2,
                    "name": "【3次卡】肩颈腰背酸痛按摩热敷75分钟"
                }
            }
        ],
        "first_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://119.91.205.224//addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

错误时返回:


返回参数data说明:

参数名 类型 说明
right object 权益(具体参考核销准备接口注释)
code string 核销码
order_id string 订单号
type_name string 核销类型
has_one_good.name string 抖音商品名称
has_one_account.name string 抖音商户名称
created_at string 核销时间

|

备注:

  • 更多返回错误代码请看首页的错误代码描述