|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
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 - 异常
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||