新闻采集修改,完成发送邮件
This commit is contained in:
@@ -38,9 +38,9 @@ public interface AchievementService {
|
||||
/**
|
||||
* @description 删除成就
|
||||
* @param achievementID 成就ID
|
||||
* @return ResultDomain<Void> 删除结果
|
||||
* @return ResultDomain<Boolean> 删除结果
|
||||
*/
|
||||
ResultDomain<Void> deleteAchievement(String achievementID);
|
||||
ResultDomain<Boolean> deleteAchievement(String achievementID);
|
||||
|
||||
/**
|
||||
* @description 获取所有成就列表
|
||||
@@ -112,9 +112,9 @@ public interface AchievementService {
|
||||
* @description 撤销用户成就(管理员功能)
|
||||
* @param userID 用户ID
|
||||
* @param achievementID 成就ID
|
||||
* @return ResultDomain<Void> 撤销结果
|
||||
* @return ResultDomain<Boolean> 撤销结果
|
||||
*/
|
||||
ResultDomain<Void> revokeAchievement(String userID, String achievementID);
|
||||
ResultDomain<Boolean> revokeAchievement(String userID, String achievementID);
|
||||
|
||||
// ==================== 成就进度管理 ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user