程序包 | 说明 |
---|---|
net.bojiu.android.io.swagger | |
net.bojiu.android.io.swagger.api |
限定符和类型 | 方法和说明 |
---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
限定符和类型 | 方法和说明 |
---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
限定符和类型 | 方法和说明 |
---|---|
void |
AdminApi.adminAuthorIdAuthorCancelIstopPost(Integer authorId)
取消授权号置顶
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIdAuthorCancelIstopPostAsync(Integer authorId,
ApiCallback<Void> callback)
取消授权号置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIdAuthorCancelIstopPostCall(Integer authorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorIdAuthorCancelIstopPost
|
ApiResponse<Void> |
AdminApi.adminAuthorIdAuthorCancelIstopPostWithHttpInfo(Integer authorId)
取消授权号置顶
|
void |
AdminApi.adminAuthorIdForbiddenOrStartUsingAuthorPost(Integer authorId,
Integer type)
启用或者禁用某个授权号
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIdForbiddenOrStartUsingAuthorPostAsync(Integer authorId,
Integer type,
ApiCallback<Void> callback)
启用或者禁用某个授权号 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIdForbiddenOrStartUsingAuthorPostCall(Integer authorId,
Integer type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorIdForbiddenOrStartUsingAuthorPost
|
ApiResponse<Void> |
AdminApi.adminAuthorIdForbiddenOrStartUsingAuthorPostWithHttpInfo(Integer authorId,
Integer type)
启用或者禁用某个授权号
|
List<AuthorInfo> |
AdminApi.adminAuthorIstopPost(Integer authorId,
Integer pageNum,
Integer pageSize)
授权号置顶
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIstopPostAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
授权号置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorIstopPostCall(Integer authorId,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorIstopPost
|
ApiResponse<List<AuthorInfo>> |
AdminApi.adminAuthorIstopPostWithHttpInfo(Integer authorId,
Integer pageNum,
Integer pageSize)
授权号置顶
|
Integer |
AdminAccountApi.adminAuthorPost(String email,
String password)
管理员创建用户
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorPostAsync(String email,
String password,
ApiCallback<Integer> callback)
管理员创建用户 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorPostCall(String email,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorPost
|
ApiResponse<Integer> |
AdminAccountApi.adminAuthorPostWithHttpInfo(String email,
String password)
管理员创建用户
|
List<AuthorAuthInfo> |
AdminAccountApi.adminAuthorsAuthInfoGet(Integer pageNum,
Integer pageSize,
String authState)
获取所有的授权号认证信息
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthInfoGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<AuthorAuthInfo>> callback)
获取所有的授权号认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthInfoGetCall(Integer pageNum,
Integer pageSize,
String authState,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthInfoGet
|
ApiResponse<List<AuthorAuthInfo>> |
AdminAccountApi.adminAuthorsAuthInfoGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String authState)
获取所有的授权号认证信息
|
AuthorAuthInfo |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoGet(Integer authorId)
获取单个授权号认证信息
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoGetAsync(Integer authorId,
ApiCallback<AuthorAuthInfo> callback)
获取单个授权号认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoGetCall(Integer authorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdAuthInfoGet
|
ApiResponse<AuthorAuthInfo> |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoGetWithHttpInfo(Integer authorId)
获取单个授权号认证信息
|
void |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoPost(Integer authorId,
AuthorAuthInfo authorInfo)
修改单个授权号认证信息
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoPostAsync(Integer authorId,
AuthorAuthInfo authorInfo,
ApiCallback<Void> callback)
修改单个授权号认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoPostCall(Integer authorId,
AuthorAuthInfo authorInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdAuthInfoPost
|
ApiResponse<Void> |
AdminAccountApi.adminAuthorsAuthorIdAuthInfoPostWithHttpInfo(Integer authorId,
AuthorAuthInfo authorInfo)
修改单个授权号认证信息
|
void |
AdminAccountApi.adminAuthorsAuthorIdAuthPost(Integer authorId,
String email)
认证通过这个授权号
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthPostAsync(Integer authorId,
String email,
ApiCallback<Void> callback)
认证通过这个授权号 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdAuthPostCall(Integer authorId,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdAuthPost
|
ApiResponse<Void> |
AdminAccountApi.adminAuthorsAuthorIdAuthPostWithHttpInfo(Integer authorId,
String email)
认证通过这个授权号
|
void |
AdminAccountApi.adminAuthorsAuthorIdDenyPost(Integer authorId,
String email,
String reason)
拒绝这个授权号
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdDenyPostAsync(Integer authorId,
String email,
String reason,
ApiCallback<Void> callback)
拒绝这个授权号 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdDenyPostCall(Integer authorId,
String email,
String reason,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdDenyPost
|
ApiResponse<Void> |
AdminAccountApi.adminAuthorsAuthorIdDenyPostWithHttpInfo(Integer authorId,
String email,
String reason)
拒绝这个授权号
|
AuthorInfo |
AdminAccountApi.adminAuthorsAuthorIdGet(Integer authorId)
获取单个授权号信息
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdGetAsync(Integer authorId,
ApiCallback<AuthorInfo> callback)
获取单个授权号信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdGetCall(Integer authorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdGet
|
ApiResponse<AuthorInfo> |
AdminAccountApi.adminAuthorsAuthorIdGetWithHttpInfo(Integer authorId)
获取单个授权号信息
|
void |
AdminAccountApi.adminAuthorsAuthorIdPost(Integer authorId,
AuthorInfo authorInfo)
修改授权号的个人信息
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdPostAsync(Integer authorId,
AuthorInfo authorInfo,
ApiCallback<Void> callback)
修改授权号的个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsAuthorIdPostCall(Integer authorId,
AuthorInfo authorInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdPost
|
ApiResponse<Void> |
AdminAccountApi.adminAuthorsAuthorIdPostWithHttpInfo(Integer authorId,
AuthorInfo authorInfo)
修改授权号的个人信息
|
List<ProductionDetail> |
AdminApi.adminAuthorsAuthorIdProductionsGet(Integer authorId,
Integer pageNum,
Integer pageSize,
String authState)
获取某个作者的所有作品
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorsAuthorIdProductionsGetAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<ProductionDetail>> callback)
获取某个作者的所有作品 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminAuthorsAuthorIdProductionsGetCall(Integer authorId,
Integer pageNum,
Integer pageSize,
String authState,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsAuthorIdProductionsGet
|
ApiResponse<List<ProductionDetail>> |
AdminApi.adminAuthorsAuthorIdProductionsGetWithHttpInfo(Integer authorId,
Integer pageNum,
Integer pageSize,
String authState)
获取某个作者的所有作品
|
List<AuthorInfo> |
AdminAccountApi.adminAuthorsGet(Integer pageNum,
Integer pageSize,
String authState)
获取所有的授权号信息
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<AuthorInfo>> callback)
获取所有的授权号信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminAuthorsGetCall(Integer pageNum,
Integer pageSize,
String authState,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminAuthorsGet
|
ApiResponse<List<AuthorInfo>> |
AdminAccountApi.adminAuthorsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String authState)
获取所有的授权号信息
|
void |
AdminApi.adminClustersClusterIdDelete(Integer clusterId) |
com.squareup.okhttp.Call |
AdminApi.adminClustersClusterIdDeleteAsync(Integer clusterId,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminClustersClusterIdDeleteCall(Integer clusterId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminClustersClusterIdDelete
|
ApiResponse<Void> |
AdminApi.adminClustersClusterIdDeleteWithHttpInfo(Integer clusterId) |
void |
AdminApi.adminClustersClusterIdPost(Integer clusterId,
Cluster cluster)
修改某个分类
|
com.squareup.okhttp.Call |
AdminApi.adminClustersClusterIdPostAsync(Integer clusterId,
Cluster cluster,
ApiCallback<Void> callback)
修改某个分类 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminClustersClusterIdPostCall(Integer clusterId,
Cluster cluster,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminClustersClusterIdPost
|
ApiResponse<Void> |
AdminApi.adminClustersClusterIdPostWithHttpInfo(Integer clusterId,
Cluster cluster)
修改某个分类
|
void |
AdminApi.adminClustersPost(Cluster cluster) |
com.squareup.okhttp.Call |
AdminApi.adminClustersPostAsync(Cluster cluster,
ApiCallback<Void> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminClustersPostCall(Cluster cluster,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminClustersPost
|
ApiResponse<Void> |
AdminApi.adminClustersPostWithHttpInfo(Cluster cluster) |
void |
AdminApi.adminDeleteCommentCommentIdDelete(Integer commentId)
根据评论id删除评论
|
com.squareup.okhttp.Call |
AdminApi.adminDeleteCommentCommentIdDeleteAsync(Integer commentId,
ApiCallback<Void> callback)
根据评论id删除评论 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminDeleteCommentCommentIdDeleteCall(Integer commentId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminDeleteCommentCommentIdDelete
|
ApiResponse<Void> |
AdminApi.adminDeleteCommentCommentIdDeleteWithHttpInfo(Integer commentId)
根据评论id删除评论
|
void |
AdminApi.adminEditorSystemPost(Integer infoId,
String systemName,
String systemcontent)
编辑系统信息
|
com.squareup.okhttp.Call |
AdminApi.adminEditorSystemPostAsync(Integer infoId,
String systemName,
String systemcontent,
ApiCallback<Void> callback)
编辑系统信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminEditorSystemPostCall(Integer infoId,
String systemName,
String systemcontent,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminEditorSystemPost
|
ApiResponse<Void> |
AdminApi.adminEditorSystemPostWithHttpInfo(Integer infoId,
String systemName,
String systemcontent)
编辑系统信息
|
Integer |
AdminApi.adminGetAllProductionCountsGet()
获取所有的作品数量
|
com.squareup.okhttp.Call |
AdminApi.adminGetAllProductionCountsGetAsync(ApiCallback<Integer> callback)
获取所有的作品数量 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetAllProductionCountsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetAllProductionCountsGet
|
ApiResponse<Integer> |
AdminApi.adminGetAllProductionCountsGetWithHttpInfo()
获取所有的作品数量
|
List<AuthorInfo> |
AdminApi.adminGetAuthorRecommendGet()
获取授权号推荐位
|
com.squareup.okhttp.Call |
AdminApi.adminGetAuthorRecommendGetAsync(ApiCallback<List<AuthorInfo>> callback)
获取授权号推荐位 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetAuthorRecommendGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetAuthorRecommendGet
|
ApiResponse<List<AuthorInfo>> |
AdminApi.adminGetAuthorRecommendGetWithHttpInfo()
获取授权号推荐位
|
List<ClusterProductionCounts> |
AdminApi.adminGetClusterProductionCountsGet()
获取各种分类下的做品数量
|
com.squareup.okhttp.Call |
AdminApi.adminGetClusterProductionCountsGetAsync(ApiCallback<List<ClusterProductionCounts>> callback)
获取各种分类下的做品数量 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetClusterProductionCountsGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetClusterProductionCountsGet
|
ApiResponse<List<ClusterProductionCounts>> |
AdminApi.adminGetClusterProductionCountsGetWithHttpInfo()
获取各种分类下的做品数量
|
List<ProductionPlayTop> |
AdminApi.adminGetProductionPlayTopPost(String startTime,
String endTime)
获取作品播放top 10
|
com.squareup.okhttp.Call |
AdminApi.adminGetProductionPlayTopPostAsync(String startTime,
String endTime,
ApiCallback<List<ProductionPlayTop>> callback)
获取作品播放top 10 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetProductionPlayTopPostCall(String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetProductionPlayTopPost
|
ApiResponse<List<ProductionPlayTop>> |
AdminApi.adminGetProductionPlayTopPostWithHttpInfo(String startTime,
String endTime)
获取作品播放top 10
|
List<RegisterFrom> |
AdminApi.adminGetRegisterFromPost(String startTime,
String endTime)
获取用户注册渠道列表(注册账号)
|
com.squareup.okhttp.Call |
AdminApi.adminGetRegisterFromPostAsync(String startTime,
String endTime,
ApiCallback<List<RegisterFrom>> callback)
获取用户注册渠道列表(注册账号) (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetRegisterFromPostCall(String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetRegisterFromPost
|
ApiResponse<List<RegisterFrom>> |
AdminApi.adminGetRegisterFromPostWithHttpInfo(String startTime,
String endTime)
获取用户注册渠道列表(注册账号)
|
List<RegisterMachine> |
AdminApi.adminGetRegisterMachinePost(String startTime,
String endTime)
获取用户注册渠道列表(注册客户端)
|
com.squareup.okhttp.Call |
AdminApi.adminGetRegisterMachinePostAsync(String startTime,
String endTime,
ApiCallback<List<RegisterMachine>> callback)
获取用户注册渠道列表(注册客户端) (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetRegisterMachinePostCall(String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetRegisterMachinePost
|
ApiResponse<List<RegisterMachine>> |
AdminApi.adminGetRegisterMachinePostWithHttpInfo(String startTime,
String endTime)
获取用户注册渠道列表(注册客户端)
|
List<StartAppTimes> |
AdminApi.adminGetStartAppOpentimesPost(String startTime,
String endTime)
通过时间节点获取启动APP次数和时长
|
com.squareup.okhttp.Call |
AdminApi.adminGetStartAppOpentimesPostAsync(String startTime,
String endTime,
ApiCallback<List<StartAppTimes>> callback)
通过时间节点获取启动APP次数和时长 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetStartAppOpentimesPostCall(String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetStartAppOpentimesPost
|
ApiResponse<List<StartAppTimes>> |
AdminApi.adminGetStartAppOpentimesPostWithHttpInfo(String startTime,
String endTime)
通过时间节点获取启动APP次数和时长
|
List<SystemInfoPages> |
AdminApi.adminGetSystemInfoPagesGet()
获取后台系统信息页面 【关于我们】-》【用户协议】-》【功能说明】
|
com.squareup.okhttp.Call |
AdminApi.adminGetSystemInfoPagesGetAsync(ApiCallback<List<SystemInfoPages>> callback)
获取后台系统信息页面 【关于我们】-》【用户协议】-》【功能说明】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetSystemInfoPagesGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetSystemInfoPagesGet
|
ApiResponse<List<SystemInfoPages>> |
AdminApi.adminGetSystemInfoPagesGetWithHttpInfo()
获取后台系统信息页面 【关于我们】-》【用户协议】-》【功能说明】
|
List<UserAvgPlayDuration> |
AdminApi.adminGetUserAvgPlayDurationPost(String startTime,
String endTime)
获取用户人均播放时长
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserAvgPlayDurationPostAsync(String startTime,
String endTime,
ApiCallback<List<UserAvgPlayDuration>> callback)
获取用户人均播放时长 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserAvgPlayDurationPostCall(String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetUserAvgPlayDurationPost
|
ApiResponse<List<UserAvgPlayDuration>> |
AdminApi.adminGetUserAvgPlayDurationPostWithHttpInfo(String startTime,
String endTime)
获取用户人均播放时长
|
List<UserAvgPlayCounts> |
AdminApi.adminGetUserAvgUserPlayCountsPost(String startTime,
String endTime)
获取用户人均播放次数
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserAvgUserPlayCountsPostAsync(String startTime,
String endTime,
ApiCallback<List<UserAvgPlayCounts>> callback)
获取用户人均播放次数 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserAvgUserPlayCountsPostCall(String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetUserAvgUserPlayCountsPost
|
ApiResponse<List<UserAvgPlayCounts>> |
AdminApi.adminGetUserAvgUserPlayCountsPostWithHttpInfo(String startTime,
String endTime)
获取用户人均播放次数
|
List<UserPlayCounts> |
AdminApi.adminGetUserPlayCountsPost(String startTime,
String endTime)
获取用户播放次数【按照客户端维度统计】
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserPlayCountsPostAsync(String startTime,
String endTime,
ApiCallback<List<UserPlayCounts>> callback)
获取用户播放次数【按照客户端维度统计】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminGetUserPlayCountsPostCall(String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminGetUserPlayCountsPost
|
ApiResponse<List<UserPlayCounts>> |
AdminApi.adminGetUserPlayCountsPostWithHttpInfo(String startTime,
String endTime)
获取用户播放次数【按照客户端维度统计】
|
List<ProductionDetail> |
AdminApi.adminProductionsGet(Integer pageNum,
Integer pageSize,
String authState)
获取所有作品
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsGetAsync(Integer pageNum,
Integer pageSize,
String authState,
ApiCallback<List<ProductionDetail>> callback)
获取所有作品 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsGetCall(Integer pageNum,
Integer pageSize,
String authState,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminProductionsGet
|
ApiResponse<List<ProductionDetail>> |
AdminApi.adminProductionsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String authState)
获取所有作品
|
void |
AdminApi.adminProductionsPost(ProductionUpload production)
管理员作品创建接口
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsPostAsync(ProductionUpload production,
ApiCallback<Void> callback)
管理员作品创建接口 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsPostCall(ProductionUpload production,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminProductionsPost
|
ApiResponse<Void> |
AdminApi.adminProductionsPostWithHttpInfo(ProductionUpload production)
管理员作品创建接口
|
void |
AdminApi.adminProductionsProductionIdAuthPost(Integer productionId,
String email)
审核通过找个视频
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdAuthPostAsync(Integer productionId,
String email,
ApiCallback<Void> callback)
审核通过找个视频 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdAuthPostCall(Integer productionId,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminProductionsProductionIdAuthPost
|
ApiResponse<Void> |
AdminApi.adminProductionsProductionIdAuthPostWithHttpInfo(Integer productionId,
String email)
审核通过找个视频
|
void |
AdminApi.adminProductionsProductionIdDenyPost(Integer productionId,
String reason,
String email)
审核不通过
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdDenyPostAsync(Integer productionId,
String reason,
String email,
ApiCallback<Void> callback)
审核不通过 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdDenyPostCall(Integer productionId,
String reason,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminProductionsProductionIdDenyPost
|
ApiResponse<Void> |
AdminApi.adminProductionsProductionIdDenyPostWithHttpInfo(Integer productionId,
String reason,
String email)
审核不通过
|
void |
AdminApi.adminProductionsProductionIdPutawayDelete(Integer productionId)
作品下架
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdPutawayDeleteAsync(Integer productionId,
ApiCallback<Void> callback)
作品下架 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProductionsProductionIdPutawayDeleteCall(Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminProductionsProductionIdPutawayDelete
|
ApiResponse<Void> |
AdminApi.adminProductionsProductionIdPutawayDeleteWithHttpInfo(Integer productionId)
作品下架
|
void |
AdminApi.adminProductionsProductionIdPutawayPost(Integer productionId,
Integer clusterId,
Boolean isHot,
Boolean isTop,
Boolean selfMade)
作品上架
|
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.adminProductionsProductionIdPutawayPostCall(Integer productionId,
Integer clusterId,
Boolean isHot,
Boolean isTop,
Boolean selfMade,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminProductionsProductionIdPutawayPost
|
ApiResponse<Void> |
AdminApi.adminProductionsProductionIdPutawayPostWithHttpInfo(Integer productionId,
Integer clusterId,
Boolean isHot,
Boolean isTop,
Boolean selfMade)
作品上架
|
List<ProductionDetail> |
AdminApi.adminProputawayStateGet(Integer pageNum,
Integer pageSize,
String putawyState)
获取所有作品【上架和未上架】
|
com.squareup.okhttp.Call |
AdminApi.adminProputawayStateGetAsync(Integer pageNum,
Integer pageSize,
String putawyState,
ApiCallback<List<ProductionDetail>> callback)
获取所有作品【上架和未上架】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminProputawayStateGetCall(Integer pageNum,
Integer pageSize,
String putawyState,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminProputawayStateGet
|
ApiResponse<List<ProductionDetail>> |
AdminApi.adminProputawayStateGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String putawyState)
获取所有作品【上架和未上架】
|
void |
AdminAccountApi.adminReportReportIdDelete(Integer reportId)
删除举报建议
|
com.squareup.okhttp.Call |
AdminAccountApi.adminReportReportIdDeleteAsync(Integer reportId,
ApiCallback<Void> callback)
删除举报建议 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminReportReportIdDeleteCall(Integer reportId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminReportReportIdDelete
|
ApiResponse<Void> |
AdminAccountApi.adminReportReportIdDeleteWithHttpInfo(Integer reportId)
删除举报建议
|
List<Report> |
AdminAccountApi.adminReportsGet(Integer pageNum,
Integer pageSize)
获取举报建议
|
com.squareup.okhttp.Call |
AdminAccountApi.adminReportsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<Report>> callback)
获取举报建议 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminReportsGetCall(Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminReportsGet
|
ApiResponse<List<Report>> |
AdminAccountApi.adminReportsGetWithHttpInfo(Integer pageNum,
Integer pageSize)
获取举报建议
|
List<ProductionDetail> |
AdminApi.adminSearchselectproductionsGet(Integer pageNum,
Integer pageSize,
Integer seleMade)
获取下拉筛选的作品【自制还是平台方创建】
|
com.squareup.okhttp.Call |
AdminApi.adminSearchselectproductionsGetAsync(Integer pageNum,
Integer pageSize,
Integer seleMade,
ApiCallback<List<ProductionDetail>> callback)
获取下拉筛选的作品【自制还是平台方创建】 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminSearchselectproductionsGetCall(Integer pageNum,
Integer pageSize,
Integer seleMade,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminSearchselectproductionsGet
|
ApiResponse<List<ProductionDetail>> |
AdminApi.adminSearchselectproductionsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
Integer seleMade)
获取下拉筛选的作品【自制还是平台方创建】
|
void |
AdminApi.adminTagIdTagCancelIstopPost(Integer tagId)
取消关键词置顶
|
com.squareup.okhttp.Call |
AdminApi.adminTagIdTagCancelIstopPostAsync(Integer tagId,
ApiCallback<Void> callback)
取消关键词置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagIdTagCancelIstopPostCall(Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminTagIdTagCancelIstopPost
|
ApiResponse<Void> |
AdminApi.adminTagIdTagCancelIstopPostWithHttpInfo(Integer tagId)
取消关键词置顶
|
List<Tag> |
AdminApi.adminTagsIstopPost(Integer pageNum,
Integer pageSize,
Integer tagId)
关键词tag置顶
|
com.squareup.okhttp.Call |
AdminApi.adminTagsIstopPostAsync(Integer pageNum,
Integer pageSize,
Integer tagId,
ApiCallback<List<Tag>> callback)
关键词tag置顶 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsIstopPostCall(Integer pageNum,
Integer pageSize,
Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminTagsIstopPost
|
ApiResponse<List<Tag>> |
AdminApi.adminTagsIstopPostWithHttpInfo(Integer pageNum,
Integer pageSize,
Integer tagId)
关键词tag置顶
|
Integer |
AdminApi.adminTagsPost(Tag tag) |
com.squareup.okhttp.Call |
AdminApi.adminTagsPostAsync(Tag tag,
ApiCallback<Integer> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsPostCall(Tag tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminTagsPost
|
ApiResponse<Integer> |
AdminApi.adminTagsPostWithHttpInfo(Tag tag) |
void |
AdminApi.adminTagsTagIdDelete(Integer tagId)
删除这个关键词
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdDeleteAsync(Integer tagId,
ApiCallback<Void> callback)
删除这个关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdDeleteCall(Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminTagsTagIdDelete
|
ApiResponse<Void> |
AdminApi.adminTagsTagIdDeleteWithHttpInfo(Integer tagId)
删除这个关键词
|
void |
AdminApi.adminTagsTagIdPost(Integer tagId,
Tag tag)
修改这个关键词
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdPostAsync(Integer tagId,
Tag tag,
ApiCallback<Void> callback)
修改这个关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminTagsTagIdPostCall(Integer tagId,
Tag tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminTagsTagIdPost
|
ApiResponse<Void> |
AdminApi.adminTagsTagIdPostWithHttpInfo(Integer tagId,
Tag tag)
修改这个关键词
|
void |
AdminApi.adminUserInfoUserIdPut(Integer userId,
String name,
String headImagePath,
String status)
管理员修改用户信息
|
com.squareup.okhttp.Call |
AdminApi.adminUserInfoUserIdPutAsync(Integer userId,
String name,
String headImagePath,
String status,
ApiCallback<Void> callback)
管理员修改用户信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminUserInfoUserIdPutCall(Integer userId,
String name,
String headImagePath,
String status,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminUserInfoUserIdPut
|
ApiResponse<Void> |
AdminApi.adminUserInfoUserIdPutWithHttpInfo(Integer userId,
String name,
String headImagePath,
String status)
管理员修改用户信息
|
UserPlayStatisticsInfos |
AdminApi.adminUserPlayStatisticsInfosPost(String action,
String videoType,
String startTime,
String endTime)
获取视频单日播放量
|
com.squareup.okhttp.Call |
AdminApi.adminUserPlayStatisticsInfosPostAsync(String action,
String videoType,
String startTime,
String endTime,
ApiCallback<UserPlayStatisticsInfos> callback)
获取视频单日播放量 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminUserPlayStatisticsInfosPostCall(String action,
String videoType,
String startTime,
String endTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminUserPlayStatisticsInfosPost
|
ApiResponse<UserPlayStatisticsInfos> |
AdminApi.adminUserPlayStatisticsInfosPostWithHttpInfo(String action,
String videoType,
String startTime,
String endTime)
获取视频单日播放量
|
List<UserInfo> |
AdminAccountApi.adminUsersGet(Integer pageNum,
Integer pageSize)
获取所有的用户
|
com.squareup.okhttp.Call |
AdminAccountApi.adminUsersGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<UserInfo>> callback)
获取所有的用户 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminUsersGetCall(Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminUsersGet
|
ApiResponse<List<UserInfo>> |
AdminAccountApi.adminUsersGetWithHttpInfo(Integer pageNum,
Integer pageSize)
获取所有的用户
|
UserInfo |
AdminAccountApi.adminUsersUserIdGet(Integer userId)
获取单个用户
|
com.squareup.okhttp.Call |
AdminAccountApi.adminUsersUserIdGetAsync(Integer userId,
ApiCallback<UserInfo> callback)
获取单个用户 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAccountApi.adminUsersUserIdGetCall(Integer userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminUsersUserIdGet
|
ApiResponse<UserInfo> |
AdminAccountApi.adminUsersUserIdGetWithHttpInfo(Integer userId)
获取单个用户
|
List<SystemInfoPages> |
AdminApi.adminWatchInfoInfoIdGet(Integer infoId)
查看系统信息
|
com.squareup.okhttp.Call |
AdminApi.adminWatchInfoInfoIdGetAsync(Integer infoId,
ApiCallback<List<SystemInfoPages>> callback)
查看系统信息 (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminWatchInfoInfoIdGetCall(Integer infoId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adminWatchInfoInfoIdGet
|
ApiResponse<List<SystemInfoPages>> |
AdminApi.adminWatchInfoInfoIdGetWithHttpInfo(Integer infoId)
查看系统信息
|
AuthorAuthInfo |
AuthorApi.authAuthorsAuthInfoGet()
获取自己的认证信息
|
com.squareup.okhttp.Call |
AuthorApi.authAuthorsAuthInfoGetAsync(ApiCallback<AuthorAuthInfo> callback)
获取自己的认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authAuthorsAuthInfoGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsAuthInfoGet
|
ApiResponse<AuthorAuthInfo> |
AuthorApi.authAuthorsAuthInfoGetWithHttpInfo()
获取自己的认证信息
|
void |
AuthorApi.authAuthorsAuthInfoPost(AuthorAuthInfo authorInfo)
修改自己的个人认证信息
|
com.squareup.okhttp.Call |
AuthorApi.authAuthorsAuthInfoPostAsync(AuthorAuthInfo authorInfo,
ApiCallback<Void> callback)
修改自己的个人认证信息 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authAuthorsAuthInfoPostCall(AuthorAuthInfo authorInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsAuthInfoPost
|
ApiResponse<Void> |
AuthorApi.authAuthorsAuthInfoPostWithHttpInfo(AuthorAuthInfo authorInfo)
修改自己的个人认证信息
|
void |
AdminAuthApi.authAuthorsEmailVerifyPost(String email,
Integer type)
后台授权用户使用邮件获取验证码
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsEmailVerifyPostAsync(String email,
Integer type,
ApiCallback<Void> callback)
后台授权用户使用邮件获取验证码 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsEmailVerifyPostCall(String email,
Integer type,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsEmailVerifyPost
|
ApiResponse<Void> |
AdminAuthApi.authAuthorsEmailVerifyPostWithHttpInfo(String email,
Integer type)
后台授权用户使用邮件获取验证码
|
void |
AdminAuthApi.authAuthorsLoginPost(String email,
String password)
授权号登录
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsLoginPostAsync(String email,
String password,
ApiCallback<Void> callback)
授权号登录 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsLoginPostCall(String email,
String password,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsLoginPost
|
ApiResponse<Void> |
AdminAuthApi.authAuthorsLoginPostWithHttpInfo(String email,
String password)
授权号登录
|
void |
AdminAuthApi.authAuthorsRegisterPost(String email,
String password,
String verifyCode)
后台授权用户注册接口
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsRegisterPostAsync(String email,
String password,
String verifyCode,
ApiCallback<Void> callback)
后台授权用户注册接口 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsRegisterPostCall(String email,
String password,
String verifyCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsRegisterPost
|
ApiResponse<Void> |
AdminAuthApi.authAuthorsRegisterPostWithHttpInfo(String email,
String password,
String verifyCode)
后台授权用户注册接口
|
void |
AdminAuthApi.authAuthorsResetPasswordPost(String email,
String password,
String textCode)
找回更新密码
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsResetPasswordPostAsync(String email,
String password,
String textCode,
ApiCallback<Void> callback)
找回更新密码 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsResetPasswordPostCall(String email,
String password,
String textCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsResetPasswordPost
|
ApiResponse<Void> |
AdminAuthApi.authAuthorsResetPasswordPostWithHttpInfo(String email,
String password,
String textCode)
找回更新密码
|
void |
AdminAuthApi.authAuthorsSendemailNoticePost(String email,
String authstate)
审核状态邮件通知
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsSendemailNoticePostAsync(String email,
String authstate,
ApiCallback<Void> callback)
审核状态邮件通知 (asynchronously)
|
com.squareup.okhttp.Call |
AdminAuthApi.authAuthorsSendemailNoticePostCall(String email,
String authstate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authAuthorsSendemailNoticePost
|
ApiResponse<Void> |
AdminAuthApi.authAuthorsSendemailNoticePostWithHttpInfo(String email,
String authstate)
审核状态邮件通知
|
List<FansInfo> |
AuthorApi.authorAuthorsAuthorIdGetFansInfoGet(Integer authorId)
获取授权号粉丝信息(id name machine_type)
|
com.squareup.okhttp.Call |
AuthorApi.authorAuthorsAuthorIdGetFansInfoGetAsync(Integer authorId,
ApiCallback<List<FansInfo>> callback)
获取授权号粉丝信息(id name machine_type) (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorAuthorsAuthorIdGetFansInfoGetCall(Integer authorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorAuthorsAuthorIdGetFansInfoGet
|
ApiResponse<List<FansInfo>> |
AuthorApi.authorAuthorsAuthorIdGetFansInfoGetWithHttpInfo(Integer authorId)
获取授权号粉丝信息(id name machine_type)
|
List<ProductionDetail> |
AuthorApi.authorAuthorsAuthorIdProductionsGet(Integer authorId,
Integer pageNum,
Integer pageSize)
获取这个作者的所有作品接口,包括没有认证和没有上架的
|
com.squareup.okhttp.Call |
AuthorApi.authorAuthorsAuthorIdProductionsGetAsync(Integer authorId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取这个作者的所有作品接口,包括没有认证和没有上架的 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorAuthorsAuthorIdProductionsGetCall(Integer authorId,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorAuthorsAuthorIdProductionsGet
|
ApiResponse<List<ProductionDetail>> |
AuthorApi.authorAuthorsAuthorIdProductionsGetWithHttpInfo(Integer authorId,
Integer pageNum,
Integer pageSize)
获取这个作者的所有作品接口,包括没有认证和没有上架的
|
List<FollowUserInfo> |
AuthorApi.authorFollowsGet(Integer pageNum,
Integer pageSize)
获取自己的被关注用户列表
|
com.squareup.okhttp.Call |
AuthorApi.authorFollowsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<FollowUserInfo>> callback)
获取自己的被关注用户列表 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorFollowsGetCall(Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorFollowsGet
|
ApiResponse<List<FollowUserInfo>> |
AuthorApi.authorFollowsGetWithHttpInfo(Integer pageNum,
Integer pageSize)
获取自己的被关注用户列表
|
void |
AuthorApi.authorInfoPost(AuthorInfo authorInfo)
修改自己的个人信息
|
com.squareup.okhttp.Call |
AuthorApi.authorInfoPostAsync(AuthorInfo authorInfo,
ApiCallback<Void> callback)
修改自己的个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorInfoPostCall(AuthorInfo authorInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorInfoPost
|
ApiResponse<Void> |
AuthorApi.authorInfoPostWithHttpInfo(AuthorInfo authorInfo)
修改自己的个人信息
|
ProductionIdAndVideoId |
AuthorApi.authorProductionsPost(ProductionUpload production)
作品创建接口
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsPostAsync(ProductionUpload production,
ApiCallback<ProductionIdAndVideoId> callback)
作品创建接口 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsPostCall(ProductionUpload production,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorProductionsPost
|
ApiResponse<ProductionIdAndVideoId> |
AuthorApi.authorProductionsPostWithHttpInfo(ProductionUpload production)
作品创建接口
|
void |
AuthorApi.authorProductionsProductionIdDelete(Integer productionId)
删除某个作品
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdDeleteAsync(Integer productionId,
ApiCallback<Void> callback)
删除某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdDeleteCall(Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorProductionsProductionIdDelete
|
ApiResponse<Void> |
AuthorApi.authorProductionsProductionIdDeleteWithHttpInfo(Integer productionId)
删除某个作品
|
void |
AuthorApi.authorProductionsProductionIdPost(ProductionUpload production,
Integer productionId)
修改某个作品
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdPostAsync(ProductionUpload production,
Integer productionId,
ApiCallback<Void> callback)
修改某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdPostCall(ProductionUpload production,
Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorProductionsProductionIdPost
|
ApiResponse<Void> |
AuthorApi.authorProductionsProductionIdPostWithHttpInfo(ProductionUpload production,
Integer productionId)
修改某个作品
|
void |
AuthorApi.authorProductionsProductionIdSubmitDelete(Integer productionId)
撤销提交(已经审核通过的不能撤销)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdSubmitDeleteAsync(Integer productionId,
ApiCallback<Void> callback)
撤销提交(已经审核通过的不能撤销) (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdSubmitDeleteCall(Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorProductionsProductionIdSubmitDelete
|
ApiResponse<Void> |
AuthorApi.authorProductionsProductionIdSubmitDeleteWithHttpInfo(Integer productionId)
撤销提交(已经审核通过的不能撤销)
|
void |
AuthorApi.authorProductionsProductionIdSubmitPost(Integer productionId)
提交认证某个作品
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdSubmitPostAsync(Integer productionId,
ApiCallback<Void> callback)
提交认证某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorProductionsProductionIdSubmitPostCall(Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorProductionsProductionIdSubmitPost
|
ApiResponse<Void> |
AuthorApi.authorProductionsProductionIdSubmitPostWithHttpInfo(Integer productionId)
提交认证某个作品
|
VideoUploadRefreshAuth |
AuthorApi.authorRefreshVideoAuthPost(String videoId)
刷新上传凭证
|
com.squareup.okhttp.Call |
AuthorApi.authorRefreshVideoAuthPostAsync(String videoId,
ApiCallback<VideoUploadRefreshAuth> callback)
刷新上传凭证 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorRefreshVideoAuthPostCall(String videoId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorRefreshVideoAuthPost
|
ApiResponse<VideoUploadRefreshAuth> |
AuthorApi.authorRefreshVideoAuthPostWithHttpInfo(String videoId)
刷新上传凭证
|
Integer |
AuthorApi.authorTagsPost(Tag tag)
Author创建关键词
|
com.squareup.okhttp.Call |
AuthorApi.authorTagsPostAsync(Tag tag,
ApiCallback<Integer> callback)
Author创建关键词 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorTagsPostCall(Tag tag,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorTagsPost
|
ApiResponse<Integer> |
AuthorApi.authorTagsPostWithHttpInfo(Tag tag)
Author创建关键词
|
VideoUploadAuth |
AuthorApi.authorUploadVideoAuthPost(VideoInfo videoInfo)
获取上传凭证
|
com.squareup.okhttp.Call |
AuthorApi.authorUploadVideoAuthPostAsync(VideoInfo videoInfo,
ApiCallback<VideoUploadAuth> callback)
获取上传凭证 (asynchronously)
|
com.squareup.okhttp.Call |
AuthorApi.authorUploadVideoAuthPostCall(VideoInfo videoInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorUploadVideoAuthPost
|
ApiResponse<VideoUploadAuth> |
AuthorApi.authorUploadVideoAuthPostWithHttpInfo(VideoInfo videoInfo)
获取上传凭证
|
AutoLoginCredential |
AuthApi.authUsersAutoLoginPost(String autoLoginToken,
String machineId)
自动登录/requstToken 刷新
|
com.squareup.okhttp.Call |
AuthApi.authUsersAutoLoginPostAsync(String autoLoginToken,
String machineId,
ApiCallback<AutoLoginCredential> callback)
自动登录/requstToken 刷新 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersAutoLoginPostCall(String autoLoginToken,
String machineId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authUsersAutoLoginPost
|
ApiResponse<AutoLoginCredential> |
AuthApi.authUsersAutoLoginPostWithHttpInfo(String autoLoginToken,
String machineId)
自动登录/requstToken 刷新
|
void |
AuthApi.authUsersBindUserPhoneNumberPost(String phoneNumber,
String openId,
String password,
String verifyCode)
第三方登录用户绑定手机号
|
com.squareup.okhttp.Call |
AuthApi.authUsersBindUserPhoneNumberPostAsync(String phoneNumber,
String openId,
String password,
String verifyCode,
ApiCallback<Void> callback)
第三方登录用户绑定手机号 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersBindUserPhoneNumberPostCall(String phoneNumber,
String openId,
String password,
String verifyCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authUsersBindUserPhoneNumberPost
|
ApiResponse<Void> |
AuthApi.authUsersBindUserPhoneNumberPostWithHttpInfo(String phoneNumber,
String openId,
String password,
String verifyCode)
第三方登录用户绑定手机号
|
LoginCredential |
AuthApi.authUsersLoginPost(String phone,
String password,
String machineId)
登录
|
com.squareup.okhttp.Call |
AuthApi.authUsersLoginPostAsync(String phone,
String password,
String machineId,
ApiCallback<LoginCredential> callback)
登录 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersLoginPostCall(String phone,
String password,
String machineId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authUsersLoginPost
|
ApiResponse<LoginCredential> |
AuthApi.authUsersLoginPostWithHttpInfo(String phone,
String password,
String machineId)
登录
|
LoginCredential |
AuthApi.authUsersRegisterOrLoginNonpartyPost(String openId,
String headImage,
String machineId,
String nickName,
String loginModel)
第三方登录注册接口
|
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.authUsersRegisterOrLoginNonpartyPostCall(String openId,
String headImage,
String machineId,
String nickName,
String loginModel,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authUsersRegisterOrLoginNonpartyPost
|
ApiResponse<LoginCredential> |
AuthApi.authUsersRegisterOrLoginNonpartyPostWithHttpInfo(String openId,
String headImage,
String machineId,
String nickName,
String loginModel)
第三方登录注册接口
|
LoginCredential |
AuthApi.authUsersRegisterPost(String phone,
String password,
String textCode,
String machineId)
注册接口
|
com.squareup.okhttp.Call |
AuthApi.authUsersRegisterPostAsync(String phone,
String password,
String textCode,
String machineId,
ApiCallback<LoginCredential> callback)
注册接口 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersRegisterPostCall(String phone,
String password,
String textCode,
String machineId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authUsersRegisterPost
|
ApiResponse<LoginCredential> |
AuthApi.authUsersRegisterPostWithHttpInfo(String phone,
String password,
String textCode,
String machineId)
注册接口
|
void |
AuthApi.authUsersResetPasswordPost(String phone,
String password,
String textCode)
找回更新密码
|
com.squareup.okhttp.Call |
AuthApi.authUsersResetPasswordPostAsync(String phone,
String password,
String textCode,
ApiCallback<Void> callback)
找回更新密码 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersResetPasswordPostCall(String phone,
String password,
String textCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authUsersResetPasswordPost
|
ApiResponse<Void> |
AuthApi.authUsersResetPasswordPostWithHttpInfo(String phone,
String password,
String textCode)
找回更新密码
|
VerifyTestResponse |
AuthApi.authUsersVerifyTextPost(String phone)
获取登录验证码
|
com.squareup.okhttp.Call |
AuthApi.authUsersVerifyTextPostAsync(String phone,
ApiCallback<VerifyTestResponse> callback)
获取登录验证码 (asynchronously)
|
com.squareup.okhttp.Call |
AuthApi.authUsersVerifyTextPostCall(String phone,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authUsersVerifyTextPost
|
ApiResponse<VerifyTestResponse> |
AuthApi.authUsersVerifyTextPostWithHttpInfo(String phone)
获取登录验证码
|
void |
NormalApi.normalAddUserPlayCountsPost(String machineType,
String videoId,
String durationTime,
Integer userId)
添加用户播放次数[按照客户端维度统计]
|
com.squareup.okhttp.Call |
NormalApi.normalAddUserPlayCountsPostAsync(String machineType,
String videoId,
String durationTime,
Integer userId,
ApiCallback<Void> callback)
添加用户播放次数[按照客户端维度统计] (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAddUserPlayCountsPostCall(String machineType,
String videoId,
String durationTime,
Integer userId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalAddUserPlayCountsPost
|
ApiResponse<Void> |
NormalApi.normalAddUserPlayCountsPostWithHttpInfo(String machineType,
String videoId,
String durationTime,
Integer userId)
添加用户播放次数[按照客户端维度统计]
|
List<ProductionDetail> |
NormalApi.normalAuthorsAuthorIdProductionsGet(Integer pageNum,
Integer pageSize,
Integer authorId)
授权号的作品列表
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsAuthorIdProductionsGetAsync(Integer pageNum,
Integer pageSize,
Integer authorId,
ApiCallback<List<ProductionDetail>> callback)
授权号的作品列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsAuthorIdProductionsGetCall(Integer pageNum,
Integer pageSize,
Integer authorId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalAuthorsAuthorIdProductionsGet
|
ApiResponse<List<ProductionDetail>> |
NormalApi.normalAuthorsAuthorIdProductionsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
Integer authorId)
授权号的作品列表
|
List<AuthorInfo> |
NormalApi.normalAuthorsFoundGet(Integer pageNum,
Integer pageSize)
发现列表
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsFoundGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
发现列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalAuthorsFoundGetCall(Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalAuthorsFoundGet
|
ApiResponse<List<AuthorInfo>> |
NormalApi.normalAuthorsFoundGetWithHttpInfo(Integer pageNum,
Integer pageSize)
发现列表
|
String |
NormalApi.normalBarragePost(Barrage barrageInfo)
创建弹幕
|
com.squareup.okhttp.Call |
NormalApi.normalBarragePostAsync(Barrage barrageInfo,
ApiCallback<String> callback)
创建弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalBarragePostCall(Barrage barrageInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalBarragePost
|
ApiResponse<String> |
NormalApi.normalBarragePostWithHttpInfo(Barrage barrageInfo)
创建弹幕
|
Cluster |
NormalApi.normalClustersClusterIdGet(Integer clusterId)
获取某个分类的信息
|
com.squareup.okhttp.Call |
NormalApi.normalClustersClusterIdGetAsync(Integer clusterId,
ApiCallback<Cluster> callback)
获取某个分类的信息 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalClustersClusterIdGetCall(Integer clusterId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalClustersClusterIdGet
|
ApiResponse<Cluster> |
NormalApi.normalClustersClusterIdGetWithHttpInfo(Integer clusterId)
获取某个分类的信息
|
List<ProductionDetail> |
NormalApi.normalClustersClusterIdProductionsGet(Integer clusterId,
Integer pageNum,
Integer pageSize)
获取某个分类下的产品列表
|
com.squareup.okhttp.Call |
NormalApi.normalClustersClusterIdProductionsGetAsync(Integer clusterId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取某个分类下的产品列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalClustersClusterIdProductionsGetCall(Integer clusterId,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalClustersClusterIdProductionsGet
|
ApiResponse<List<ProductionDetail>> |
NormalApi.normalClustersClusterIdProductionsGetWithHttpInfo(Integer clusterId,
Integer pageNum,
Integer pageSize)
获取某个分类下的产品列表
|
List<Cluster> |
NormalApi.normalClustersGet(Integer pageNum,
Integer pageSize)
获取分类列表
|
com.squareup.okhttp.Call |
NormalApi.normalClustersGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<Cluster>> callback)
获取分类列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalClustersGetCall(Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalClustersGet
|
ApiResponse<List<Cluster>> |
NormalApi.normalClustersGetWithHttpInfo(Integer pageNum,
Integer pageSize)
获取分类列表
|
List<ProductionCommentReply> |
NormalApi.normalCommentsCommentIdRepliesGet(Integer commentId,
Integer pageNum,
Integer pageSize)
获取某个评论的回复
|
com.squareup.okhttp.Call |
NormalApi.normalCommentsCommentIdRepliesGetAsync(Integer commentId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionCommentReply>> callback)
获取某个评论的回复 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalCommentsCommentIdRepliesGetCall(Integer commentId,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalCommentsCommentIdRepliesGet
|
ApiResponse<List<ProductionCommentReply>> |
NormalApi.normalCommentsCommentIdRepliesGetWithHttpInfo(Integer commentId,
Integer pageNum,
Integer pageSize)
获取某个评论的回复
|
List<ReturnBarrageInfo> |
NormalApi.normalGetAllBarragesByVideoIdVideoIdGet(String videoId)
通过videoId获取该视频的所有弹幕
|
com.squareup.okhttp.Call |
NormalApi.normalGetAllBarragesByVideoIdVideoIdGetAsync(String videoId,
ApiCallback<List<ReturnBarrageInfo>> callback)
通过videoId获取该视频的所有弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalGetAllBarragesByVideoIdVideoIdGetCall(String videoId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalGetAllBarragesByVideoIdVideoIdGet
|
ApiResponse<List<ReturnBarrageInfo>> |
NormalApi.normalGetAllBarragesByVideoIdVideoIdGetWithHttpInfo(String videoId)
通过videoId获取该视频的所有弹幕
|
List<ProductionDetail> |
NormalApi.normalHotsGet(Integer pageNum,
Integer pageSize)
获取精选的列表
|
com.squareup.okhttp.Call |
NormalApi.normalHotsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
获取精选的列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalHotsGetCall(Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalHotsGet
|
ApiResponse<List<ProductionDetail>> |
NormalApi.normalHotsGetWithHttpInfo(Integer pageNum,
Integer pageSize)
获取精选的列表
|
OSSCredential |
NormalApi.normalOSSCredentialsGet(String requestToken)
上传、下载图片的鉴权
|
com.squareup.okhttp.Call |
NormalApi.normalOSSCredentialsGetAsync(String requestToken,
ApiCallback<OSSCredential> callback)
上传、下载图片的鉴权 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalOSSCredentialsGetCall(String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalOSSCredentialsGet
|
ApiResponse<OSSCredential> |
NormalApi.normalOSSCredentialsGetWithHttpInfo(String requestToken)
上传、下载图片的鉴权
|
ProductionDetail |
NormalApi.normalPlayNextvideoPost(Integer productionId)
播放下一个视频
|
com.squareup.okhttp.Call |
NormalApi.normalPlayNextvideoPostAsync(Integer productionId,
ApiCallback<ProductionDetail> callback)
播放下一个视频 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalPlayNextvideoPostCall(Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalPlayNextvideoPost
|
ApiResponse<ProductionDetail> |
NormalApi.normalPlayNextvideoPostWithHttpInfo(Integer productionId)
播放下一个视频
|
List<ProductionComment> |
NormalApi.normalProductionsProductionIdCommentsHotGet(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的热门评论
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsHotGetAsync(Integer productionId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionComment>> callback)
获取某个作品的热门评论 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsHotGetCall(Integer productionId,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalProductionsProductionIdCommentsHotGet
|
ApiResponse<List<ProductionComment>> |
NormalApi.normalProductionsProductionIdCommentsHotGetWithHttpInfo(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的热门评论
|
List<ProductionComment> |
NormalApi.normalProductionsProductionIdCommentsNewGet(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的最新评论
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsNewGetAsync(Integer productionId,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionComment>> callback)
获取某个作品的最新评论 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdCommentsNewGetCall(Integer productionId,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalProductionsProductionIdCommentsNewGet
|
ApiResponse<List<ProductionComment>> |
NormalApi.normalProductionsProductionIdCommentsNewGetWithHttpInfo(Integer productionId,
Integer pageNum,
Integer pageSize)
获取某个作品的最新评论
|
ProductionDetail |
NormalApi.normalProductionsProductionIdGet(Integer productionId)
获取某个作品的作品详情
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdGetAsync(Integer productionId,
ApiCallback<ProductionDetail> callback)
获取某个作品的作品详情 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdGetCall(Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalProductionsProductionIdGet
|
ApiResponse<ProductionDetail> |
NormalApi.normalProductionsProductionIdGetWithHttpInfo(Integer productionId)
获取某个作品的作品详情
|
void |
NormalApi.normalProductionsProductionIdSharedGet(Integer productionId)
分享作品结束
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdSharedGetAsync(Integer productionId,
ApiCallback<Void> callback)
分享作品结束 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionsProductionIdSharedGetCall(Integer productionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalProductionsProductionIdSharedGet
|
ApiResponse<Void> |
NormalApi.normalProductionsProductionIdSharedGetWithHttpInfo(Integer productionId)
分享作品结束
|
void |
NormalApi.normalProductionViewsPost(Integer productionId,
String requestToken)
上传一次浏览次数
|
com.squareup.okhttp.Call |
NormalApi.normalProductionViewsPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
上传一次浏览次数 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalProductionViewsPostCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalProductionViewsPost
|
ApiResponse<Void> |
NormalApi.normalProductionViewsPostWithHttpInfo(Integer productionId,
String requestToken)
上传一次浏览次数
|
OssUrl |
NormalApi.normalPutUrlFolderGet(String requestToken)
上传图片的文件夹
|
com.squareup.okhttp.Call |
NormalApi.normalPutUrlFolderGetAsync(String requestToken,
ApiCallback<OssUrl> callback)
上传图片的文件夹 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalPutUrlFolderGetCall(String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalPutUrlFolderGet
|
ApiResponse<OssUrl> |
NormalApi.normalPutUrlFolderGetWithHttpInfo(String requestToken)
上传图片的文件夹
|
List<AuthorInfo> |
NormalApi.normalSearchAuthorsGet(String keyWord,
Integer pageNum,
Integer pageSize)
搜索授权号(根据name,description)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchAuthorsGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<AuthorInfo>> callback)
搜索授权号(根据name,description) (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchAuthorsGetCall(String keyWord,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalSearchAuthorsGet
|
ApiResponse<List<AuthorInfo>> |
NormalApi.normalSearchAuthorsGetWithHttpInfo(String keyWord,
Integer pageNum,
Integer pageSize)
搜索授权号(根据name,description)
|
List<ProductionDetail> |
NormalApi.normalSearchProductionsGet(String keyWord,
Integer pageNum,
Integer pageSize)
搜索作品(根据titile,description)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchProductionsGetAsync(String keyWord,
Integer pageNum,
Integer pageSize,
ApiCallback<List<ProductionDetail>> callback)
搜索作品(根据titile,description) (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalSearchProductionsGetCall(String keyWord,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalSearchProductionsGet
|
ApiResponse<List<ProductionDetail>> |
NormalApi.normalSearchProductionsGetWithHttpInfo(String keyWord,
Integer pageNum,
Integer pageSize)
搜索作品(根据titile,description)
|
List<Tag> |
NormalApi.normalSearchTagGet(String keyWord,
Integer pageNum,
Integer pageSize)
搜索tag(根据name,description)
|
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.normalSearchTagGetCall(String keyWord,
Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalSearchTagGet
|
ApiResponse<List<Tag>> |
NormalApi.normalSearchTagGetWithHttpInfo(String keyWord,
Integer pageNum,
Integer pageSize)
搜索tag(根据name,description)
|
void |
NormalApi.normalStartAppOpenTimesPost(String machineType,
Integer openTimes,
String durationTime)
查看用户启动APP的次数和在线时间长短
|
com.squareup.okhttp.Call |
NormalApi.normalStartAppOpenTimesPostAsync(String machineType,
Integer openTimes,
String durationTime,
ApiCallback<Void> callback)
查看用户启动APP的次数和在线时间长短 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalStartAppOpenTimesPostCall(String machineType,
Integer openTimes,
String durationTime,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalStartAppOpenTimesPost
|
ApiResponse<Void> |
NormalApi.normalStartAppOpenTimesPostWithHttpInfo(String machineType,
Integer openTimes,
String durationTime)
查看用户启动APP的次数和在线时间长短
|
List<Tag> |
NormalApi.normalTagsGet(Integer pageNum,
Integer pageSize)
获取关键词列表
|
com.squareup.okhttp.Call |
NormalApi.normalTagsGetAsync(Integer pageNum,
Integer pageSize,
ApiCallback<List<Tag>> callback)
获取关键词列表 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalTagsGetCall(Integer pageNum,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalTagsGet
|
ApiResponse<List<Tag>> |
NormalApi.normalTagsGetWithHttpInfo(Integer pageNum,
Integer pageSize)
获取关键词列表
|
Tag |
NormalApi.normalTagsTagIdGet(Integer tagId)
获取某个tag的信息
|
com.squareup.okhttp.Call |
NormalApi.normalTagsTagIdGetAsync(Integer tagId,
ApiCallback<Tag> callback)
获取某个tag的信息 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalTagsTagIdGetCall(Integer tagId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalTagsTagIdGet
|
ApiResponse<Tag> |
NormalApi.normalTagsTagIdGetWithHttpInfo(Integer tagId)
获取某个tag的信息
|
VideoPlayAuth |
NormalApi.normalVideoPlayAuthVideoIdGet(String videoId)
获取视频播放鉴权
|
com.squareup.okhttp.Call |
NormalApi.normalVideoPlayAuthVideoIdGetAsync(String videoId,
ApiCallback<VideoPlayAuth> callback)
获取视频播放鉴权 (asynchronously)
|
com.squareup.okhttp.Call |
NormalApi.normalVideoPlayAuthVideoIdGetCall(String videoId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for normalVideoPlayAuthVideoIdGet
|
ApiResponse<VideoPlayAuth> |
NormalApi.normalVideoPlayAuthVideoIdGetWithHttpInfo(String videoId)
获取视频播放鉴权
|
TestResponse |
TestApi.testInfoGet(String word)
测试接口
|
com.squareup.okhttp.Call |
TestApi.testInfoGetAsync(String word,
ApiCallback<TestResponse> callback)
测试接口 (asynchronously)
|
com.squareup.okhttp.Call |
TestApi.testInfoGetCall(String word,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for testInfoGet
|
ApiResponse<TestResponse> |
TestApi.testInfoGetWithHttpInfo(String word)
测试接口
|
String |
UserApi.userBarragePost(Barrage barrageInfo)
创建弹幕
|
com.squareup.okhttp.Call |
UserApi.userBarragePostAsync(Barrage barrageInfo,
ApiCallback<String> callback)
创建弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userBarragePostCall(Barrage barrageInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userBarragePost
|
ApiResponse<String> |
UserApi.userBarragePostWithHttpInfo(Barrage barrageInfo)
创建弹幕
|
void |
UserApi.userCommentLikeDelete(Integer commentId,
String requestToken)
用户取消点赞评论
|
com.squareup.okhttp.Call |
UserApi.userCommentLikeDeleteAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
用户取消点赞评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentLikeDeleteCall(Integer commentId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentLikeDelete
|
ApiResponse<Void> |
UserApi.userCommentLikeDeleteWithHttpInfo(Integer commentId,
String requestToken)
用户取消点赞评论
|
List<IdWrapper> |
UserApi.userCommentLikeGet(Integer productionId,
String requestToken)
获取用户该作品下的点赞评论ID列表
|
com.squareup.okhttp.Call |
UserApi.userCommentLikeGetAsync(Integer productionId,
String requestToken,
ApiCallback<List<IdWrapper>> callback)
获取用户该作品下的点赞评论ID列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentLikeGetCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentLikeGet
|
ApiResponse<List<IdWrapper>> |
UserApi.userCommentLikeGetWithHttpInfo(Integer productionId,
String requestToken)
获取用户该作品下的点赞评论ID列表
|
void |
UserApi.userCommentLikePost(Integer commentId,
String requestToken)
用户点赞评论
|
com.squareup.okhttp.Call |
UserApi.userCommentLikePostAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
用户点赞评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentLikePostCall(Integer commentId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentLikePost
|
ApiResponse<Void> |
UserApi.userCommentLikePostWithHttpInfo(Integer commentId,
String requestToken)
用户点赞评论
|
void |
UserApi.userCommentsCommentIdLikeGet(Integer commentId,
String requestToken)
获取用户某个评论是否有点赞的接口
|
com.squareup.okhttp.Call |
UserApi.userCommentsCommentIdLikeGetAsync(Integer commentId,
String requestToken,
ApiCallback<Void> callback)
获取用户某个评论是否有点赞的接口 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentsCommentIdLikeGetCall(Integer commentId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentsCommentIdLikeGet
|
ApiResponse<Void> |
UserApi.userCommentsCommentIdLikeGetWithHttpInfo(Integer commentId,
String requestToken)
获取用户某个评论是否有点赞的接口
|
void |
UserApi.userCommentsPost(Integer productionId,
String comment,
String requestToken)
用户发表评论
|
com.squareup.okhttp.Call |
UserApi.userCommentsPostAsync(Integer productionId,
String comment,
String requestToken,
ApiCallback<Void> callback)
用户发表评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userCommentsPostCall(Integer productionId,
String comment,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userCommentsPost
|
ApiResponse<Void> |
UserApi.userCommentsPostWithHttpInfo(Integer productionId,
String comment,
String requestToken)
用户发表评论
|
void |
UserApi.userFavoriteProductionIdGet(Integer productionId,
String requestToken)
用户获取自己收藏的某个作品
|
com.squareup.okhttp.Call |
UserApi.userFavoriteProductionIdGetAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户获取自己收藏的某个作品 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoriteProductionIdGetCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoriteProductionIdGet
|
ApiResponse<Void> |
UserApi.userFavoriteProductionIdGetWithHttpInfo(Integer productionId,
String requestToken)
用户获取自己收藏的某个作品
|
void |
UserApi.userFavoritesDelete(Integer productionId,
String requestToken)
用户删除自己收藏
|
com.squareup.okhttp.Call |
UserApi.userFavoritesDeleteAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户删除自己收藏 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoritesDeleteCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoritesDelete
|
ApiResponse<Void> |
UserApi.userFavoritesDeleteWithHttpInfo(Integer productionId,
String requestToken)
用户删除自己收藏
|
List<FavoriteProduction> |
UserApi.userFavoritesGet(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己收藏的作品列表
|
com.squareup.okhttp.Call |
UserApi.userFavoritesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<FavoriteProduction>> callback)
会员用户获取自己收藏的作品列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoritesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoritesGet
|
ApiResponse<List<FavoriteProduction>> |
UserApi.userFavoritesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己收藏的作品列表
|
void |
UserApi.userFavoritesPost(Integer productionId,
String requestToken)
用户添加收藏
|
com.squareup.okhttp.Call |
UserApi.userFavoritesPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户添加收藏 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFavoritesPostCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFavoritesPost
|
ApiResponse<Void> |
UserApi.userFavoritesPostWithHttpInfo(Integer productionId,
String requestToken)
用户添加收藏
|
void |
UserApi.userFollowAuthorIdGet(Integer authorId,
String requestToken)
用户获取自己关注的某个作者
|
com.squareup.okhttp.Call |
UserApi.userFollowAuthorIdGetAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
用户获取自己关注的某个作者 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowAuthorIdGetCall(Integer authorId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowAuthorIdGet
|
ApiResponse<Void> |
UserApi.userFollowAuthorIdGetWithHttpInfo(Integer authorId,
String requestToken)
用户获取自己关注的某个作者
|
void |
UserApi.userFollowsDelete(Integer authorId,
String requestToken)
取消关注作者
|
com.squareup.okhttp.Call |
UserApi.userFollowsDeleteAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
取消关注作者 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowsDeleteCall(Integer authorId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowsDelete
|
ApiResponse<Void> |
UserApi.userFollowsDeleteWithHttpInfo(Integer authorId,
String requestToken)
取消关注作者
|
List<FollowedAuthorInfo> |
UserApi.userFollowsGet(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己关注的作者列表
|
com.squareup.okhttp.Call |
UserApi.userFollowsGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<FollowedAuthorInfo>> callback)
会员用户获取自己关注的作者列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowsGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowsGet
|
ApiResponse<List<FollowedAuthorInfo>> |
UserApi.userFollowsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
会员用户获取自己关注的作者列表
|
void |
UserApi.userFollowsPost(Integer authorId,
String requestToken)
添加关注作者
|
com.squareup.okhttp.Call |
UserApi.userFollowsPostAsync(Integer authorId,
String requestToken,
ApiCallback<Void> callback)
添加关注作者 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userFollowsPostCall(Integer authorId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userFollowsPost
|
ApiResponse<Void> |
UserApi.userFollowsPostWithHttpInfo(Integer authorId,
String requestToken)
添加关注作者
|
List<ReturnBarrageInfo> |
UserApi.userGetAllBarragesByVideoIdVideoIdGet(String videoId)
通过videoId获取该视频的所有弹幕
|
com.squareup.okhttp.Call |
UserApi.userGetAllBarragesByVideoIdVideoIdGetAsync(String videoId,
ApiCallback<List<ReturnBarrageInfo>> callback)
通过videoId获取该视频的所有弹幕 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userGetAllBarragesByVideoIdVideoIdGetCall(String videoId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userGetAllBarragesByVideoIdVideoIdGet
|
ApiResponse<List<ReturnBarrageInfo>> |
UserApi.userGetAllBarragesByVideoIdVideoIdGetWithHttpInfo(String videoId)
通过videoId获取该视频的所有弹幕
|
void |
UserApi.userHistoriesDelete(Integer productionId,
String requestToken)
删除浏览历史
|
com.squareup.okhttp.Call |
UserApi.userHistoriesDeleteAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
删除浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userHistoriesDeleteCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userHistoriesDelete
|
ApiResponse<Void> |
UserApi.userHistoriesDeleteWithHttpInfo(Integer productionId,
String requestToken)
删除浏览历史
|
List<HistoryProduction> |
UserApi.userHistoriesGet(Integer pageNum,
Integer pageSize,
String requestToken)
用户获取自己的浏览历史
|
com.squareup.okhttp.Call |
UserApi.userHistoriesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<HistoryProduction>> callback)
用户获取自己的浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userHistoriesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userHistoriesGet
|
ApiResponse<List<HistoryProduction>> |
UserApi.userHistoriesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
用户获取自己的浏览历史
|
void |
UserApi.userHistoriesPost(Integer productionId,
String requestToken)
用户上传浏览历史
|
com.squareup.okhttp.Call |
UserApi.userHistoriesPostAsync(Integer productionId,
String requestToken,
ApiCallback<Void> callback)
用户上传浏览历史 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userHistoriesPostCall(Integer productionId,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userHistoriesPost
|
ApiResponse<Void> |
UserApi.userHistoriesPostWithHttpInfo(Integer productionId,
String requestToken)
用户上传浏览历史
|
List<CommentReplyMessage> |
UserApi.userMessageCommentsGet(Integer pageNum,
Integer pageSize,
String requestToken)
获取我评论的消息列表
|
com.squareup.okhttp.Call |
UserApi.userMessageCommentsGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentReplyMessage>> callback)
获取我评论的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userMessageCommentsGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userMessageCommentsGet
|
ApiResponse<List<CommentReplyMessage>> |
UserApi.userMessageCommentsGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
获取我评论的消息列表
|
List<CommentLikeMessage> |
UserApi.userMessageLikesGet(Integer pageNum,
Integer pageSize,
String requestToken)
获取点赞的消息列表
|
com.squareup.okhttp.Call |
UserApi.userMessageLikesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentLikeMessage>> callback)
获取点赞的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userMessageLikesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userMessageLikesGet
|
ApiResponse<List<CommentLikeMessage>> |
UserApi.userMessageLikesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
获取点赞的消息列表
|
List<CommentReplyMessage> |
UserApi.userMessageRepliesGet(Integer pageNum,
Integer pageSize,
String requestToken)
获取回复的消息列表
|
com.squareup.okhttp.Call |
UserApi.userMessageRepliesGetAsync(Integer pageNum,
Integer pageSize,
String requestToken,
ApiCallback<List<CommentReplyMessage>> callback)
获取回复的消息列表 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userMessageRepliesGetCall(Integer pageNum,
Integer pageSize,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userMessageRepliesGet
|
ApiResponse<List<CommentReplyMessage>> |
UserApi.userMessageRepliesGetWithHttpInfo(Integer pageNum,
Integer pageSize,
String requestToken)
获取回复的消息列表
|
void |
UserApi.userRepliesPost(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken)
用户回复评论
|
com.squareup.okhttp.Call |
UserApi.userRepliesPostAsync(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken,
ApiCallback<Void> callback)
用户回复评论 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userRepliesPostCall(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userRepliesPost
|
ApiResponse<Void> |
UserApi.userRepliesPostWithHttpInfo(Integer commentId,
Integer repliedUserId,
String reply,
String requestToken)
用户回复评论
|
void |
UserApi.userReportPost(Integer type,
String content,
String requestToken)
会员用户提交举报建议
|
com.squareup.okhttp.Call |
UserApi.userReportPostAsync(Integer type,
String content,
String requestToken,
ApiCallback<Void> callback)
会员用户提交举报建议 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userReportPostCall(Integer type,
String content,
String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userReportPost
|
ApiResponse<Void> |
UserApi.userReportPostWithHttpInfo(Integer type,
String content,
String requestToken)
会员用户提交举报建议
|
void |
UserApi.userUsersChangePasswordPut(String oldPassword,
String newPassword)
修改密码
|
com.squareup.okhttp.Call |
UserApi.userUsersChangePasswordPutAsync(String oldPassword,
String newPassword,
ApiCallback<Void> callback)
修改密码 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersChangePasswordPutCall(String oldPassword,
String newPassword,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersChangePasswordPut
|
ApiResponse<Void> |
UserApi.userUsersChangePasswordPutWithHttpInfo(String oldPassword,
String newPassword)
修改密码
|
void |
UserApi.userUsersChangePhonePut(String phone,
String password,
String textCode)
修改手机号
|
com.squareup.okhttp.Call |
UserApi.userUsersChangePhonePutAsync(String phone,
String password,
String textCode,
ApiCallback<Void> callback)
修改手机号 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersChangePhonePutCall(String phone,
String password,
String textCode,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersChangePhonePut
|
ApiResponse<Void> |
UserApi.userUsersChangePhonePutWithHttpInfo(String phone,
String password,
String textCode)
修改手机号
|
UserInfo |
UserApi.userUsersInfoGet(String requestToken)
会员用户获取个人信息
|
com.squareup.okhttp.Call |
UserApi.userUsersInfoGetAsync(String requestToken,
ApiCallback<UserInfo> callback)
会员用户获取个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersInfoGetCall(String requestToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersInfoGet
|
ApiResponse<UserInfo> |
UserApi.userUsersInfoGetWithHttpInfo(String requestToken)
会员用户获取个人信息
|
void |
UserApi.userUsersInfoPut(String requestToken,
String name,
String headImagePath)
会员用户修改个人信息
|
com.squareup.okhttp.Call |
UserApi.userUsersInfoPutAsync(String requestToken,
String name,
String headImagePath,
ApiCallback<Void> callback)
会员用户修改个人信息 (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.userUsersInfoPutCall(String requestToken,
String name,
String headImagePath,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for userUsersInfoPut
|
ApiResponse<Void> |
UserApi.userUsersInfoPutWithHttpInfo(String requestToken,
String name,
String headImagePath)
会员用户修改个人信息
|
Copyright © 2017. All rights reserved.