add(接口):添加授权、用户、好友关系服务接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace IM_API.Dtos
|
||||
{
|
||||
public class LoginDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Token { get; set; }
|
||||
public string RefreshToken { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user