# Function: drawLottery
▸ drawLottery(params
: DrawLotteryParams): Promise‹DrawLotteryRes›
# 参数:
属性 | 类型 |
---|---|
params | DrawLotteryParams |
DrawLotteryParams
属性 | 类型 | 描述 |
---|---|---|
count? | number | 抽奖次数 |
lotteryId | number | (要抽奖的)抽奖项目 ID |
complete? | Method | 操作完成时(成功或失败),均会调用该回调函数 |
fail? | Method | 操作失败时,调用该回调函数 |
success? | Method | 操作成功时,调用该回调函数 |
# 返回值:
Promise‹DrawLotteryRes›
▸ drawLottery(params
: DrawLotteriesParams): Promise‹DrawLotteryRes›
# 参数:
属性 | 类型 |
---|---|
params | DrawLotteriesParams |
DrawLotteriesParams
属性 | 类型 | 描述 |
---|---|---|
count? | number | number[] | 抽奖次数 |
lotteryId | number[] | (要抽奖的)抽奖项目 ID,数组表示连续抽奖 |
complete? | Method | 操作完成时(成功或失败),均会调用该回调函数 |
fail? | Method | 操作失败时,调用该回调函数 |
success? | Method | 操作成功时,调用该回调函数 |
# 返回值:
Promise‹DrawLotteryRes›