Merge branch 'feature-nxdev' of https://gitea.nxsir.cn/code/IM into feature-nxdev
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
namespace IM_API.Models
|
||||
{
|
||||
public enum LoginState
|
||||
{
|
||||
/// <summary>
|
||||
/// 登陆成功
|
||||
/// </summary>
|
||||
Success = 0,
|
||||
/// <summary>
|
||||
/// 未验证
|
||||
/// </summary>
|
||||
Unauthenticated = 1,
|
||||
/// <summary>
|
||||
/// 已拒绝
|
||||
/// </summary>
|
||||
Declined = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user