public interface ILiveLotteryService
| 限定符和类型 | 方法和说明 |
|---|---|
LiveListLotteryResponse |
listLottery(LiveListLotteryRequest liveListLotteryRequest)
获取频道抽奖记录列表
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
|
LiveLotteryWinnerDetailResponse |
lotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest)
获取频道单场抽奖的中奖记录
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
|
Boolean |
setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest)
设置抽奖中奖者信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
|
LiveListLotteryResponse listLottery(LiveListLotteryRequest liveListLotteryRequest) throws IOException, NoSuchAlgorithmException
liveListLotteryRequest - 获取频道抽奖记录列表请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveLotteryWinnerDetailResponse lotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest) throws IOException, NoSuchAlgorithmException
liveLotteryWinnerDetailRequest - 获取频道单场抽奖的中奖记录请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest) throws IOException, NoSuchAlgorithmException
liveSetLotteryWinnerInfoRequest - 设置抽奖中奖者信息请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2020. All rights reserved.