前端:

修复了已知问题
后端:
修复了已知问题
This commit is contained in:
2026-01-22 15:25:54 +08:00
parent 77744015de
commit a31735dbe2
25 changed files with 1418 additions and 433 deletions
@@ -27,7 +27,7 @@ namespace IM_API.Interface.Services
/// <param name="page"></param>
/// <param name="limit"></param>
/// <returns></returns>
Task<List<FriendRequest>> GetFriendRequestListAsync(int userId,bool isReceived,int page,int limit, bool desc);
Task<List<FriendRequestResDto>> GetFriendRequestListAsync(int userId,int page,int limit, bool desc);
/// <summary>
/// 处理好友请求
/// </summary>