public interface ILiveChildrenService
| 限定符和类型 | 方法和说明 |
|---|---|
LiveCreateOrganizationResponse |
createOrganization(LiveCreateOrganizationRequest liveCreateOrganizationRequest)
新增组织
API地址:https://help.polyv.net/#/live/api/v4/user/organization/create
|
LiveCreateUserChildrenResponse |
createUserChildren(LiveCreateUserChildrenRequest liveCreateUserChildrenRequest)
新增子账号
API地址:https://help.polyv.net/#/live/api/v4/user/children/create
|
Boolean |
deleteOrganization(LiveDeleteOrganizationRequest liveDeleteOrganizationRequest)
删除组织
API地址:https://help.polyv.net/#/live/api/v4/user/organization/delete
|
Boolean |
deleteUserChildren(LiveDeleteUserChildrenRequest liveDeleteUserChildrenRequest)
删除子账号
API地址:https://help.polyv.net/#/live/api/v4/user/children/delete
|
List<LiveGetChildrenRoleListResponse> |
getChildrenRoleList(LiveGetChildrenRoleListRequest liveGetChildrenRoleListRequest)
查询角色列表
API地址:https://help.polyv.net/#/live/api/v4/user/children/role/list
|
List<LiveGetOrganizationListResponse> |
getOrganizationList(LiveGetOrganizationListRequest liveGetOrganizationListRequest)
查询组织架构列表
API地址:https://help.polyv.net/#/live/api/v4/user/organization/list
|
LiveGetUserChildrenResponse |
getUserChildren(LiveGetUserChildrenRequest liveGetUserChildrenRequest)
查询用户子账号列表
API地址:https://help.polyv.net/#/live/api/v4/user/children/list
|
Boolean |
updateUserChildren(LiveUpdateUserChildrenRequest liveUpdateUserChildrenRequest)
修改子账号
API地址:https://help.polyv.net/#/live/api/v4/user/children/update
|
LiveGetUserChildrenResponse getUserChildren(LiveGetUserChildrenRequest liveGetUserChildrenRequest) throws IOException, NoSuchAlgorithmException
liveGetUserChildrenRequest - 查询用户子账号列表请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveCreateUserChildrenResponse createUserChildren(LiveCreateUserChildrenRequest liveCreateUserChildrenRequest) throws IOException, NoSuchAlgorithmException
liveCreateUserChildrenRequest - 新增子账号请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean updateUserChildren(LiveUpdateUserChildrenRequest liveUpdateUserChildrenRequest) throws IOException, NoSuchAlgorithmException
liveUpdateUserChildrenRequest - 修改子账号请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteUserChildren(LiveDeleteUserChildrenRequest liveDeleteUserChildrenRequest) throws IOException, NoSuchAlgorithmException
liveDeleteUserChildrenRequest - 删除子账号请求实体IOException - 异常NoSuchAlgorithmException - 异常List<LiveGetChildrenRoleListResponse> getChildrenRoleList(LiveGetChildrenRoleListRequest liveGetChildrenRoleListRequest) throws IOException, NoSuchAlgorithmException
liveGetChildrenRoleListRequest - 查询角色列表请求实体IOException - 异常NoSuchAlgorithmException - 异常List<LiveGetOrganizationListResponse> getOrganizationList(LiveGetOrganizationListRequest liveGetOrganizationListRequest) throws IOException, NoSuchAlgorithmException
liveGetOrganizationListRequest - 查询组织架构列表请求实体IOException - 异常NoSuchAlgorithmException - 异常LiveCreateOrganizationResponse createOrganization(LiveCreateOrganizationRequest liveCreateOrganizationRequest) throws IOException, NoSuchAlgorithmException
liveCreateOrganizationRequest - 新增组织请求实体IOException - 异常NoSuchAlgorithmException - 异常Boolean deleteOrganization(LiveDeleteOrganizationRequest liveDeleteOrganizationRequest) throws IOException, NoSuchAlgorithmException
liveDeleteOrganizationRequest - 删除组织请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2023. All rights reserved.