成就
This commit is contained in:
@@ -91,6 +91,12 @@ public interface AchievementService {
|
||||
* @return ResultDomain<AchievementVO> 成就视图对象列表
|
||||
*/
|
||||
ResultDomain<AchievementVO> getMyAchievementsWithProgress(Integer type);
|
||||
|
||||
/**
|
||||
* @description 获取当前用户的等级成就状态(包含“当前等级成就”和“下一等级成就”)
|
||||
* @return ResultDomain<Map<String, Object>> { current: AchievementVO|null, next: AchievementVO|null }
|
||||
*/
|
||||
ResultDomain<Map<String, Object>> getMyLevelStatus();
|
||||
|
||||
/**
|
||||
* @description 检查用户是否已获得成就
|
||||
|
||||
Reference in New Issue
Block a user