public class LiveLotteryActivityServiceImpl extends LiveBaseService implements ILiveLotteryActivityService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveLotteryActivityServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
LiveCreateLotteryActivityResponse |
createLotteryActivity(LiveCreateLotteryActivityRequest liveCreateLotteryActivityRequest)
创建抽奖活动
API地址:https://help.polyv.net/#/live/api/v4/channel/lottery_activity/lottery_activity_create
|
Boolean |
deleteLotteryActivity(LiveDeleteLotteryActivityRequest liveDeleteLotteryActivityRequest)
删除抽奖活动
API地址:https://help.polyv.net/#/live/api/v4/channel/lottery_activity/lottery_activity_delete
|
LiveLotteryActivityResponse |
getLotteryActivity(LiveLotteryActivityRequest liveLotteryActivityRequest)
查询抽奖活动
API地址:https://help.polyv.net/#/live/api/v4/channel/lottery_activity/lottery_activity_get
|
LiveLotteryActivityListPageResponse |
listLotteryActivity(LiveLotteryActivityListRequest liveLotteryActivityListRequest)
查询抽奖活动列表
API地址:https://help.polyv.net/#/live/api/v4/channel/lottery_activity/lottery_activity_list
|
Boolean |
updateLotteryActivity(LiveUpdateLotteryActivityRequest liveUpdateLotteryActivityRequest)
更新抽奖活动
API地址:https://help.polyv.net/#/live/api/v4/channel/lottery_activity/lottery_activity_update
|
getReturnBinary, getReturnList, getReturnOne, postEmptyFormBodyReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, postJsonBodyReturnOne, responseConversion, uploadMultipartFile, uploadOneFilepublic LiveLotteryActivityResponse getLotteryActivity(LiveLotteryActivityRequest liveLotteryActivityRequest) throws IOException, NoSuchAlgorithmException
getLotteryActivity 在接口中 ILiveLotteryActivityServiceliveLotteryActivityRequest - 查询抽奖活动请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveCreateLotteryActivityResponse createLotteryActivity(LiveCreateLotteryActivityRequest liveCreateLotteryActivityRequest) throws IOException, NoSuchAlgorithmException
createLotteryActivity 在接口中 ILiveLotteryActivityServiceliveCreateLotteryActivityRequest - 创建抽奖活动请求实体IOExceptionNoSuchAlgorithmExceptionpublic Boolean updateLotteryActivity(LiveUpdateLotteryActivityRequest liveUpdateLotteryActivityRequest) throws IOException, NoSuchAlgorithmException
updateLotteryActivity 在接口中 ILiveLotteryActivityServiceliveUpdateLotteryActivityRequest - 更新抽奖活动请求实体IOExceptionNoSuchAlgorithmExceptionpublic Boolean deleteLotteryActivity(LiveDeleteLotteryActivityRequest liveDeleteLotteryActivityRequest) throws IOException, NoSuchAlgorithmException
deleteLotteryActivity 在接口中 ILiveLotteryActivityServiceliveDeleteLotteryActivityRequest - 删除抽奖活动请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveLotteryActivityListPageResponse listLotteryActivity(LiveLotteryActivityListRequest liveLotteryActivityListRequest) throws IOException, NoSuchAlgorithmException
listLotteryActivity 在接口中 ILiveLotteryActivityServiceliveLotteryActivityListRequest - 查询抽奖活动列表请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.