按照课程ID获取抽奖列表
api名称:course.lottery.list
,SDK对应方法:courseLotteryList
名称 |
类型 |
必选 |
描述 |
course_id |
int |
Y |
课程ID |
page |
int |
N |
页码。最大值为 9999 |
size |
int |
N |
每页个数。最大值为 999 |
名称 |
类型 |
描述 |
lotery_id |
int |
抽奖ID |
roomid |
int |
房间ID |
time |
int |
抽奖时间 |
course_id |
int |
课程ID |
nicknames |
array |
中奖用户昵称 |
uids |
array |
中奖用户UID |
xids |
array |
中奖用户欢拓唯一ID |
launch_nickname |
string |
发起者昵称 |
按照抽奖ID获取抽奖列表
api名称:course.lottery.detail
,SDK对应方法:courseLotteryDetail
名称 |
类型 |
必须 |
描述 |
lotery_id |
string |
Y |
抽奖ID |
page |
int |
Y |
页码。最大值为 9999 |
名称 |
类型 |
描述 |
xid |
string |
中奖用户欢拓唯一ID |
uid |
string |
中奖用户UID |
nickname |
string |
中奖用户昵称 |
receiveInfo |
string |
领奖信息 |