net.polyv.live.v1.service.interact
接口 ILiveLotteryService

所有已知实现类:
LiveLotteryServiceImpl

public interface ILiveLotteryService


方法摘要
 LiveLotteryWinnerDetailResponse getLotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest)
          获取频道单场抽奖的中奖记录 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/
 LiveListLotteryResponse listLottery(LiveListLotteryRequest liveListLotteryRequest)
          获取频道抽奖记录列表 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/
 Boolean setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest)
          设置抽奖中奖者信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/
 

方法详细信息

listLottery

LiveListLotteryResponse listLottery(LiveListLotteryRequest liveListLotteryRequest)
                                    throws IOException,
                                           NoSuchAlgorithmException
获取频道抽奖记录列表 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/list-lottery/

参数:
liveListLotteryRequest - 获取频道抽奖记录列表请求实体
返回:
获取频道抽奖记录列表返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

getLotteryWinnerDetail

LiveLotteryWinnerDetailResponse getLotteryWinnerDetail(LiveLotteryWinnerDetailRequest liveLotteryWinnerDetailRequest)
                                                       throws IOException,
                                                              NoSuchAlgorithmException
获取频道单场抽奖的中奖记录 API地址:https://dev.polyv.net/2020/liveproduct/l-api/zbhd/get-winner-detail/

参数:
liveLotteryWinnerDetailRequest - 获取频道单场抽奖的中奖记录请求实体
返回:
获取频道单场抽奖的中奖记录返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常

setLotteryWinnerInfo

Boolean setLotteryWinnerInfo(LiveSetLotteryWinnerInfoRequest liveSetLotteryWinnerInfoRequest)
                             throws IOException,
                                    NoSuchAlgorithmException
设置抽奖中奖者信息 API地址:https://dev.polyv.net/2019/liveproduct/l-api/zbhd/tjzjxx/

参数:
liveSetLotteryWinnerInfoRequest - 设置抽奖中奖者信息请求实体
返回:
设置抽奖中奖者信息返回实体
抛出:
IOException - 异常
NoSuchAlgorithmException - 异常


Copyright © 2020. All Rights Reserved.