POST/plugin.tiktok-verify-ticket-storage.api.verification-record.get-list

返回示例:

正确时返回:

 {
    "result": 1,
    "msg": "成功",
    "data": {
        "current_page": 1,
        "data": [
            {
                "name": "测试商品",
                "created_at": "2026-03-26 15:08:44",
                "thumb": "http://yzhonshop.com/static/upload/image/jpegs/1/2025/04/6ea29fc05ac7f76476a7eff88581a8b5.jpg",
                "status_name": "成功",
                "storage": 1,
                "pay_amount": "98.64",
                "total_storage": 2,
                "sales_total": 1
            }
        ],
        "first_page_url": "http://yzhonshop.com/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://yzhonshop.com/addons/yun_shop/api.php?page=1",
        "links": [
            {
                "url": null,
                "label": "« 上一页",
                "active": false
            },
            {
                "url": "http://yzhonshop.com/addons/yun_shop/api.php?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "下一页 »",
                "active": false
            }
        ],
        "next_page_url": null,
        "path": "http://yzhonshop.com/addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

错误时返回:

  {
    "errcode": 500,
    "errmsg": "invalid appid"
  }

返回参数说明:

参数名 类型 说明
thumb string 商品图片
name string 商品名称
total_storage int 总库存
sales_total int 销量
pay_amount float 价格
storage int 库存
status_name string 核销状态