This commit is contained in:
2025-12-03 19:19:20 +08:00
parent b00283cd96
commit 716f91bdd0
8 changed files with 147 additions and 47 deletions

View File

@@ -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: 额外查询参数(可为空);