public class ILiveChildrenServiceImpl extends LiveBaseService implements ILiveChildrenService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
ILiveChildrenServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
getReturnBinary, getReturnList, getReturnOne, postEmptyFormBodyReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, postJsonBodyReturnOne, responseConversion, uploadMultipartFile, uploadOneFilepublic LiveGetUserChildrenResponse getUserChildren(LiveGetUserChildrenRequest liveGetUserChildrenRequest) throws IOException, NoSuchAlgorithmException
ILiveChildrenServicegetUserChildren 在接口中 ILiveChildrenServiceliveGetUserChildrenRequest - 查询用户子账号列表请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveCreateUserChildrenResponse createUserChildren(LiveCreateUserChildrenRequest liveCreateUserChildrenRequest) throws IOException, NoSuchAlgorithmException
createUserChildren 在接口中 ILiveChildrenServiceliveCreateUserChildrenRequest - 新增子账号请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateUserChildren(LiveUpdateUserChildrenRequest liveUpdateUserChildrenRequest) throws IOException, NoSuchAlgorithmException
updateUserChildren 在接口中 ILiveChildrenServiceliveUpdateUserChildrenRequest - 修改子账号请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteUserChildren(LiveDeleteUserChildrenRequest liveDeleteUserChildrenRequest) throws IOException, NoSuchAlgorithmException
deleteUserChildren 在接口中 ILiveChildrenServiceliveDeleteUserChildrenRequest - 删除子账号请求实体IOException - 异常NoSuchAlgorithmException - 异常public List<LiveGetChildrenRoleListResponse> getChildrenRoleList(LiveGetChildrenRoleListRequest liveGetChildrenRoleListRequest) throws IOException, NoSuchAlgorithmException
getChildrenRoleList 在接口中 ILiveChildrenServiceliveGetChildrenRoleListRequest - 查询角色列表请求实体IOException - 异常NoSuchAlgorithmException - 异常public List<LiveGetOrganizationListResponse> getOrganizationList(LiveGetOrganizationListRequest liveGetOrganizationListRequest) throws IOException, NoSuchAlgorithmException
getOrganizationList 在接口中 ILiveChildrenServiceliveGetOrganizationListRequest - 查询组织架构列表请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveCreateOrganizationResponse createOrganization(LiveCreateOrganizationRequest liveCreateOrganizationRequest) throws IOException, NoSuchAlgorithmException
createOrganization 在接口中 ILiveChildrenServiceliveCreateOrganizationRequest - 新增组织请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteOrganization(LiveDeleteOrganizationRequest liveDeleteOrganizationRequest) throws IOException, NoSuchAlgorithmException
deleteOrganization 在接口中 ILiveChildrenServiceliveDeleteOrganizationRequest - 删除组织请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.