public interface ILiveAccountService
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
createAccountToken(LiveCreateAccountTokenRequest liveCreateAccountTokenRequest)
设置账号单点登录的token
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/set-user-login-token/
|
LiveCreateCategoryResponse |
createCategory(LiveCreateCategoryRequest liveCreateCategoryRequest)
创建账号下直播分类
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/create-category/
|
Boolean |
deleteCategory(LiveDeleteCategoryRequest liveDeleteCategoryRequest)
删除直播频道分类
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/delete-category/
|
LiveAccountInfoResponse |
getAccountInfo(LiveAccountInfoRequest liveAccountInfoRequest)
获取直播用户账号信息接口
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/get-user-info/
|
LiveAccountSwitchResponse |
getAccountSwitch(LiveAccountSwitchRequest liveAccountSwitchRequest)
查询功能开关状态接口
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-get/
|
LiveChannelIncomeDetailResponse |
getChannelIncomeDetail(LiveChannelIncomeDetailRequest liveChannelIncomeDetailRequest)
查询账号下所有/某个频道号收入详情
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-income-detail/
|
LiveAccountMicDurationResponse |
getMicDuration(LiveAccountMicDurationRequest liveAccountMicDurationRequest)
获取账号连麦分钟数使用量与剩余量
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/mic-duration/
|
LiveAccountUserDurationsResponse |
getUserDurations(LiveAccountUserDurationsRequest liveAccountUserDurationsRequest)
查询账户分钟数
API地址:https://dev.polyv.net/2017/liveproduct/l-api/zhsz/get-user-durations/
|
LiveListAccountResponse |
listAccount(LiveListAccountRequest liveListAccountRequest)
查询账号下的频道列表(返回频道号列表)
API地址:https://dev.polyv.net/2016/liveproduct/l-api/zhsz/channels/
|
LiveListAccountDetailResponse |
listAccountDetail(LiveListAccountDetailRequest liveListAccountDetailRequest)
查询账号下所有频道详细信息
API地址:https://dev.polyv.net/2019/liveproduct/l-api/zhsz/chennel-detail/
|
LiveListCategoryResponse |
listCategory(LiveListCategoryRequest liveCategoryRequest)
查询账号下直播分类
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-category-list/
|
LiveListAccountChannelBasicResponse |
listChannelBasic(LiveListAccountChannelBasicRequest liveListAccountChannelBasicRequest)
查询账号下所有频道缩略信息
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/get-simple-channel-list/
|
Boolean |
updateAccountSwitch(LiveUpdateAccountSwitchRequest liveUpdateAccountSwitchRequest)
设置功能开关状态
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/switch-update/
|
Boolean |
updateCategory(LiveUpdateCategoryRequest liveUpdateCategoryRequest)
修改直播频道分类名称
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-name/
|
Boolean |
updateCategorySort(LiveUpdateCategorySortRequest liveUpdateCategorySortRequest)
修改直播频道分类顺序
API地址:https://dev.polyv.net/2020/liveproduct/l-api/zhsz/update-category-rank/
|
Boolean |
updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest liveAccountPlaybackCallbackRequest)
设置转存成功回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-playback-callback/
|
Boolean |
updateRecordCallbackUrl(LiveAccountRecordCallbackRequest liveAccountRecordCallbackRequest)
设置录制回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-record-callback/
|
Boolean |
updateStreamCallbackUrl(LiveAccountStreamCallbackRequest liveAccountStreamCallbackRequest)
设置直播状态回调通知url
API地址:https://dev.polyv.net/2018/liveproduct/l-api/zhsz/set-stream-callback/
|
LiveListAccountDetailResponse listAccountDetail(LiveListAccountDetailRequest liveListAccountDetailRequest) throws IOException, NoSuchAlgorithmException
liveListAccountDetailRequest - 查询所有频道详细信息请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveListAccountResponse listAccount(LiveListAccountRequest liveListAccountRequest) throws IOException, NoSuchAlgorithmException
liveListAccountRequest - 查询账号下的频道列表 请求体IOException - 异常NoSuchAlgorithmException - 异常LiveAccountMicDurationResponse getMicDuration(LiveAccountMicDurationRequest liveAccountMicDurationRequest) throws IOException, NoSuchAlgorithmException
liveAccountMicDurationRequest - 获取账号连麦分钟数使用量与剩余量请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateAccountSwitch(LiveUpdateAccountSwitchRequest liveUpdateAccountSwitchRequest) throws IOException, NoSuchAlgorithmException
liveUpdateAccountSwitchRequest - 设置功能开关状态请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean createAccountToken(LiveCreateAccountTokenRequest liveCreateAccountTokenRequest) throws IOException, NoSuchAlgorithmException
liveCreateAccountTokenRequest - 设置账号单点登录的token请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateStreamCallbackUrl(LiveAccountStreamCallbackRequest liveAccountStreamCallbackRequest) throws IOException, NoSuchAlgorithmException
liveAccountStreamCallbackRequest - 设置直播状态回调通知url请求体IOException - 异常NoSuchAlgorithmException - 异常Boolean updatePlaybackCallbackUrl(LiveAccountPlaybackCallbackRequest liveAccountPlaybackCallbackRequest) throws IOException, NoSuchAlgorithmException
liveAccountPlaybackCallbackRequest - 设置转存成功回调通知url请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateRecordCallbackUrl(LiveAccountRecordCallbackRequest liveAccountRecordCallbackRequest) throws IOException, NoSuchAlgorithmException
liveAccountRecordCallbackRequest - 设置录制回调通知url请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveAccountSwitchResponse getAccountSwitch(LiveAccountSwitchRequest liveAccountSwitchRequest) throws IOException, NoSuchAlgorithmException
liveAccountSwitchRequest - 查询功能开关状态接口请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveListAccountChannelBasicResponse listChannelBasic(LiveListAccountChannelBasicRequest liveListAccountChannelBasicRequest) throws IOException, NoSuchAlgorithmException
liveListAccountChannelBasicRequest - 查询账号下所有频道缩略信息请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveAccountUserDurationsResponse getUserDurations(LiveAccountUserDurationsRequest liveAccountUserDurationsRequest) throws IOException, NoSuchAlgorithmException
liveAccountUserDurationsRequest - 查询账户分钟数请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveCreateCategoryResponse createCategory(LiveCreateCategoryRequest liveCreateCategoryRequest) throws IOException, NoSuchAlgorithmException
liveCreateCategoryRequest - 创建账号下直播分类请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveListCategoryResponse listCategory(LiveListCategoryRequest liveCategoryRequest) throws IOException, NoSuchAlgorithmException
liveCategoryRequest - 查询账号下直播分类请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateCategory(LiveUpdateCategoryRequest liveUpdateCategoryRequest) throws IOException, NoSuchAlgorithmException
liveUpdateCategoryRequest - 修改直播频道分类名称请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteCategory(LiveDeleteCategoryRequest liveDeleteCategoryRequest) throws IOException, NoSuchAlgorithmException
liveDeleteCategoryRequest - 删除直播频道分类请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateCategorySort(LiveUpdateCategorySortRequest liveUpdateCategorySortRequest) throws IOException, NoSuchAlgorithmException
liveUpdateCategorySortRequest - 修改直播频道分类顺序请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveAccountInfoResponse getAccountInfo(LiveAccountInfoRequest liveAccountInfoRequest) throws IOException, NoSuchAlgorithmException
liveAccountInfoRequest - 获取直播用户账号信息接口请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveChannelIncomeDetailResponse getChannelIncomeDetail(LiveChannelIncomeDetailRequest liveChannelIncomeDetailRequest) throws IOException, NoSuchAlgorithmException
liveChannelIncomeDetailRequest - 查询账号下所有/某个频道号收入详情请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2020. All Rights Reserved.