程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger | |
net.bojiu.android.io.swagger.api |
限定符和类型 | 方法和说明 |
---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIdAuthorCancelIstopPostAsync(Integer authorId,
ApiCallback<Void> callback)
取消授权号置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIdForbiddenOrStartUsingAuthorPostAsync(Integer authorId,
Integer type,
ApiCallback<Void> callback)
启用或者禁用某个授权号 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIstopPostAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
授权号置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorPostAsync(String email,
String password,
ApiCallback<Integer> callback)
管理员创建用户 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthInfoGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<AuthorAuthInfo>> callback)
获取所有的授权号认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoGetAsync(Integer authorId,
ApiCallback<AuthorAuthInfo> callback)
获取单个授权号认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoPostAsync(Integer authorId,
AuthorAuthInfo authorInfo,
ApiCallback<Void> callback)
修改单个授权号认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthPostAsync(Integer authorId,
String email,
ApiCallback<Void> callback)
认证通过这个授权号 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdDenyPostAsync(Integer authorId,
String email,
String reason,
ApiCallback<Void> callback)
拒绝这个授权号 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdGetAsync(Integer authorId,
ApiCallback<AuthorInfo> callback)
获取单个授权号信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdPostAsync(Integer authorId,
AuthorInfo authorInfo,
ApiCallback<Void> callback)
修改授权号的个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorsAuthorIdProductionsGetAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<ProductionDetail>> callback)
获取某个作者的所有作品 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<AuthorInfo>> callback)
获取所有的授权号信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminClustersClusterIdDeleteAsync(Integer clusterId,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminClustersClusterIdPostAsync(Integer clusterId,
Cluster cluster,
ApiCallback<Void> callback)
修改某个分类 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminClustersPostAsync(Cluster cluster,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminDeleteCommentCommentIdDeleteAsync(Integer commentId,
ApiCallback<Void> callback)
根据评论id删除评论 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminEditorSystemPostAsync(Integer infoId,
String systemName,
String systemcontent,
ApiCallback<Void> callback)
编辑系统信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetAllProductionCountsGetAsync(ApiCallback<Integer> callback)
获取所有的作品数量 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetAuthorRecommendGetAsync(ApiCallback<List<AuthorInfo>> callback)
获取授权号推荐位 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetClusterProductionCountsGetAsync(ApiCallback<List<ClusterProductionCounts>> callback)
获取各种分类下的做品数量 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetProductionPlayTopPostAsync(String startTime,
String endTime,
ApiCallback<List<ProductionPlayTop>> callback)
获取作品播放top 10 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetRegisterFromPostAsync(String startTime,
String endTime,
ApiCallback<List<RegisterFrom>> callback)
获取用户注册渠道列表(注册账号) (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetRegisterMachinePostAsync(String startTime,
String endTime,
ApiCallback<List<RegisterMachine>> callback)
获取用户注册渠道列表(注册客户端) (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetStartAppOpentimesPostAsync(String startTime,
String endTime,
ApiCallback<List<StartAppTimes>> callback)
通过时间节点获取启动APP次数和时长 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetSystemInfoPagesGetAsync(ApiCallback<List<SystemInfoPages>> callback)
获取后台系统信息页面 【关于我们】-》【用户协议】-》【功能说明】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserAvgPlayDurationPostAsync(String startTime,
String endTime,
ApiCallback<List<UserAvgPlayDuration>> callback)
获取用户人均播放时长 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserAvgUserPlayCountsPostAsync(String startTime,
String endTime,
ApiCallback<List<UserAvgPlayCounts>> callback)
获取用户人均播放次数 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserPlayCountsPostAsync(String startTime,
String endTime,
ApiCallback<List<UserPlayCounts>> callback)
获取用户播放次数【按照客户端维度统计】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<ProductionDetail>> callback)
获取所有作品 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsPostAsync(ProductionUpload production,
ApiCallback<Void> callback)
管理员作品创建接口 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdAuthPostAsync(Integer productionId,
String email,
ApiCallback<Void> callback)
审核通过找个视频 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdDenyPostAsync(Integer productionId,
String reason,
String email,
ApiCallback<Void> callback)
审核不通过 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdPutawayDeleteAsync(Integer productionId,
ApiCallback<Void> callback)
作品下架 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdPutawayPostAsync(Integer productionId,
Integer clusterId,
Boolean isHot,
Boolean isTop,
Boolean selfMade,
ApiCallback<Void> callback)
作品上架 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProputawayStateGetAsync(Integer pageNum,
Integer pageSize,
String putawyState,
ApiCallback<List<ProductionDetail>> callback)
获取所有作品【上架和未上架】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminReportReportIdDeleteAsync(Integer reportId,
ApiCallback<Void> callback)
删除举报建议 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminReportsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<Report>> callback)
获取举报建议 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminSearchselectproductionsGetAsync(Integer pageNum,
Integer pageSize,
Integer seleMade,
ApiCallback<List<ProductionDetail>> callback)
获取下拉筛选的作品【自制还是平台方创建】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagIdTagCancelIstopPostAsync(Integer tagId,
ApiCallback<Void> callback)
取消关键词置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsIstopPostAsync(Integer pageNum,
Integer pageSize,
Integer tagId,
ApiCallback<List<Tag>> callback)
关键词tag置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsPostAsync(Tag tag,
ApiCallback<Integer> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdDeleteAsync(Integer tagId,
ApiCallback<Void> callback)
删除这个关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdPostAsync(Integer tagId,
Tag tag,
ApiCallback<Void> callback)
修改这个关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminUserInfoUserIdPutAsync(Integer userId,
String name,
String headImagePath,
String status,
ApiCallback<Void> callback)
管理员修改用户信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminUserPlayStatisticsInfosPostAsync(String action,
String videoType,
String startTime,
String endTime,
ApiCallback<UserPlayStatisticsInfos> callback)
获取视频单日播放量 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminUsersGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<UserInfo>> callback)
获取所有的用户 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminUsersUserIdGetAsync(Integer userId,
ApiCallback<UserInfo> callback)
获取单个用户 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminWatchInfoInfoIdGetAsync(Integer infoId,
ApiCallback<List<SystemInfoPages>> callback)
查看系统信息 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authAuthorsAuthInfoGetAsync(ApiCallback<AuthorAuthInfo> callback)
获取自己的认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authAuthorsAuthInfoPostAsync(AuthorAuthInfo authorInfo,
ApiCallback<Void> callback)
修改自己的个人认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsEmailVerifyPostAsync(String email,
Integer type,
ApiCallback<Void> callback)
后台授权用户使用邮件获取验证码 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsLoginPostAsync(String email,
String password,
ApiCallback<Void> callback)
授权号登录 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsRegisterPostAsync(String email,
String password,
String verifyCode,
ApiCallback<Void> callback)
后台授权用户注册接口 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsResetPasswordPostAsync(String email,
String password,
String textCode,
ApiCallback<Void> callback)
找回更新密码 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsSendemailNoticePostAsync(String email,
String authstate,
ApiCallback<Void> callback)
审核状态邮件通知 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorAuthorsAuthorIdGetFansInfoGetAsync(Integer authorId,
ApiCallback<List<FansInfo>> callback)
获取授权号粉丝信息(id name machine_type) (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorAuthorsAuthorIdProductionsGetAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取这个作者的所有作品接口,包括没有认证和没有上架的 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorFollowsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<FollowUserInfo>> callback)
获取自己的被关注用户列表 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorInfoPostAsync(AuthorInfo authorInfo,
ApiCallback<Void> callback)
修改自己的个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsPostAsync(ProductionUpload production,
ApiCallback<ProductionIdAndVideoId> callback)
作品创建接口 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdDeleteAsync(Integer productionId,
ApiCallback<Void> callback)
删除某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdPostAsync(ProductionUpload production,
Integer productionId,
ApiCallback<Void> callback)
修改某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdSubmitDeleteAsync(Integer productionId,
ApiCallback<Void> callback)
撤销提交(已经审核通过的不能撤销) (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdSubmitPostAsync(Integer productionId,
ApiCallback<Void> callback)
提交认证某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorRefreshVideoAuthPostAsync(String videoId,
ApiCallback<VideoUploadRefreshAuth> callback)
刷新上传凭证 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorTagsPostAsync(Tag tag,
ApiCallback<Integer> callback)
Author创建关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorUploadVideoAuthPostAsync(VideoInfo videoInfo,
ApiCallback<VideoUploadAuth> callback)
获取上传凭证 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersAutoLoginPostAsync(String autoLoginToken,
String machineId,
ApiCallback<AutoLoginCredential> callback)
自动登录/requstToken 刷新 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersBindUserPhoneNumberPostAsync(String phoneNumber,
String openId,
String password,
String verifyCode,
ApiCallback<Void> callback)
第三方登录用户绑定手机号 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersLoginPostAsync(String phone,
String password,
String machineId,
ApiCallback<LoginCredential> callback)
登录 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersRegisterOrLoginNonpartyPostAsync(String openId,
String headImage,
String machineId,
String nickName,
String loginModel,
ApiCallback<LoginCredential> callback)
第三方登录注册接口 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersRegisterPostAsync(String phone,
String password,
String textCode,
String machineId,
ApiCallback<LoginCredential> callback)
注册接口 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersResetPasswordPostAsync(String phone,
String password,
String textCode,
ApiCallback<Void> callback)
找回更新密码 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersVerifyTextPostAsync(String phone,
ApiCallback<VerifyTestResponse> callback)
获取登录验证码 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAddUserPlayCountsPostAsync(String machineType,
String videoId,
String durationTime,
Integer userId,
ApiCallback<Void> callback)
添加用户播放次数[按照客户端维度统计] (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsAuthorIdProductionsGetAsync(Integer pageNum,
Integer pageSize,
Integer authorId,
ApiCallback<List<ProductionDetail>> callback)
授权号的作品列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsFoundGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
发现列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalBarragePostAsync(Barrage barrageInfo,
ApiCallback<String> callback)
创建弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalClustersClusterIdGetAsync(Integer clusterId,
ApiCallback<Cluster> callback)
获取某个分类的信息 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalClustersClusterIdProductionsGetAsync(Integer clusterId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取某个分类下的产品列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalClustersGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<Cluster>> callback)
获取分类列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalCommentsCommentIdRepliesGetAsync(Integer commentId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionCommentReply>> callback)
获取某个评论的回复 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalGetAllBarragesByVideoIdVideoIdGetAsync(String videoId,
ApiCallback<List<ReturnBarrageInfo>> callback)
通过videoId获取该视频的所有弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalHotsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取精选的列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalOSSCredentialsGetAsync(String requestToken,
ApiCallback<OSSCredential> callback)
上传、下载图片的鉴权 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalPlayNextvideoPostAsync(Integer productionId,
ApiCallback<ProductionDetail> callback)
播放下一个视频 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsHotGetAsync(Integer productionId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionComment>> callback)
获取某个作品的热门评论 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsNewGetAsync(Integer productionId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionComment>> callback)
获取某个作品的最新评论 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdGetAsync(Integer productionId,
ApiCallback<ProductionDetail> callback)
获取某个作品的作品详情 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdSharedGetAsync(Integer productionId,
ApiCallback<Void> callback)
分享作品结束 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionViewsPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
上传一次浏览次数 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalPutUrlFolderGetAsync(String requestToken,
ApiCallback<OssUrl> callback)
上传图片的文件夹 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchAuthorsGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
搜索授权号(根据name,description) (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchProductionsGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
搜索作品(根据titile,description) (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchTagGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<Tag>> callback)
搜索tag(根据name,description) (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalStartAppOpenTimesPostAsync(String machineType,
Integer openTimes,
String durationTime,
ApiCallback<Void> callback)
查看用户启动APP的次数和在线时间长短 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalTagsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<Tag>> callback)
获取关键词列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalTagsTagIdGetAsync(Integer tagId,
ApiCallback<Tag> callback)
获取某个tag的信息 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalVideoPlayAuthVideoIdGetAsync(String videoId,
ApiCallback<VideoPlayAuth> callback)
获取视频播放鉴权 (asynchronously)
|
com.squareup.okhttp.Call |
TestApi.testInfoGetAsync(String word,
ApiCallback<TestResponse> callback)
测试接口 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userBarragePostAsync(Barrage barrageInfo,
ApiCallback<String> callback)
创建弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentLikeDeleteAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
用户取消点赞评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentLikeGetAsync(Integer productionId,
String requestToken,
ApiCallback<List<IdWrapper>> callback)
获取用户该作品下的点赞评论ID列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentLikePostAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
用户点赞评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentsCommentIdLikeGetAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
获取用户某个评论是否有点赞的接口 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentsPostAsync(Integer productionId,
String comment,
String requestToken,
ApiCallback<Void> callback)
用户发表评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoriteProductionIdGetAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户获取自己收藏的某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoritesDeleteAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户删除自己收藏 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoritesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<FavoriteProduction>> callback)
会员用户获取自己收藏的作品列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoritesPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户添加收藏 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowAuthorIdGetAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
用户获取自己关注的某个作者 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowsDeleteAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
取消关注作者 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowsGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<FollowedAuthorInfo>> callback)
会员用户获取自己关注的作者列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowsPostAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
添加关注作者 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userGetAllBarragesByVideoIdVideoIdGetAsync(String videoId,
ApiCallback<List<ReturnBarrageInfo>> callback)
通过videoId获取该视频的所有弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userHistoriesDeleteAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
删除浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userHistoriesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<HistoryProduction>> callback)
用户获取自己的浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userHistoriesPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户上传浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userMessageCommentsGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentReplyMessage>> callback)
获取我评论的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userMessageLikesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentLikeMessage>> callback)
获取点赞的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userMessageRepliesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentReplyMessage>> callback)
获取回复的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userRepliesPostAsync(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken,
ApiCallback<Void> callback)
用户回复评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userReportPostAsync(Integer type,
String content,
String requestToken,
ApiCallback<Void> callback)
会员用户提交举报建议 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersChangePasswordPutAsync(String oldPassword,
String newPassword,
ApiCallback<Void> callback)
修改密码 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersChangePhonePutAsync(String phone,
String password,
String textCode,
ApiCallback<Void> callback)
修改手机号 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersInfoGetAsync(String requestToken,
ApiCallback<UserInfo> callback)
会员用户获取个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersInfoPutAsync(String requestToken,
String name,
String headImagePath,
ApiCallback<Void> callback)
会员用户修改个人信息 (asynchronously)
|
Copyright © 2017. All rights reserved.