121
This commit is contained in:
@@ -11,4 +11,13 @@ public interface IUnitUserRelationService
|
||||
Task<bool> DeleteFriend(string userId, string toId);
|
||||
|
||||
#endregion
|
||||
|
||||
#region 仇人
|
||||
|
||||
Task<List<RelationView>> GetUserEnemyData(string userId);
|
||||
Task<bool> CheckUserEnemy(string userId, string eId);
|
||||
Task<bool> AddUserEnemy(string userId, string eId);
|
||||
Task<bool> DeleteUserEnemy(string userId, string eId);
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user