3
This commit is contained in:
@@ -37,6 +37,11 @@ typedef void(^KBHomeTagCompletion)(NSArray<KBTag *> * _Nullable list,
|
||||
needShow:(BOOL)needShow
|
||||
completion:(KBHomeRankCompletion)completion;
|
||||
|
||||
/// 根据 tagId 获取角色列表(GET /character/listByTag)
|
||||
- (void)fetchRankListByTagId:(nullable NSString *)tagId
|
||||
needShow:(BOOL)needShow
|
||||
completion:(KBHomeRankCompletion)completion;
|
||||
|
||||
/// 请求排行榜标签列表(GET /tag/list)
|
||||
/// - Parameters:
|
||||
/// - params: 额外查询参数(可为空);
|
||||
|
||||
Reference in New Issue
Block a user