获取观看券绑定记录

接口

GET /api/activity/:id/watchcode/bindings

授权

请求 header

Authorization: Bearer <accessToken>
Content-Type: application/json

注:请将上方的 <accessToken> 替换为分配给您的秘钥串。关于如何获取 accessToken ,请咨询杨经理(18968187008)。

参数

参数

参数类型

参数说明

是否必填

page

integer

页码, 默认为 1

pageSize

integer

每页条数, 默认为 10

请求样例

GET /api/activity/8728620/watchcode/bindings?page=1&pageSize=10

curl 请求示例

响应

参数

类型

描述

示例

page

integer

页码

2

pageSize

integer

每页条数

10

total

integer

总条数

100

isUsed

boolean

该观看券是否被使用

true

code

string

观看券 code

45Y19rwHy

createdAt

string

观看券生成时间

2020-05-22T15:24:27.000Z

userId

integer

被绑定用户 id

212545

bindedAt

string

绑定时间

2020-05-22T15:24:27.000Z

expiredAt

string

观看券过期时间

2020-05-22T15:24:27.000Z

nickname

string

用户昵称

hello

响应样例

最后更新于

这有帮助吗?