This commit is contained in:
@@ -50,13 +50,19 @@ namespace IRaCIS.Core.Infrastructure.Extention
|
||||
/// </summary>
|
||||
NeedChangePassWord=-3,
|
||||
|
||||
|
||||
//没有带token访问(未登陆)
|
||||
NoToken = 10,
|
||||
|
||||
//带了Token,但是没有相应权限(该用户类型不能做)
|
||||
HaveTokenNotAccess = 11,
|
||||
|
||||
ResultEncrepted=12
|
||||
ResultEncrepted=12,
|
||||
|
||||
/// <summary>
|
||||
/// 不需要提醒
|
||||
/// </summary>
|
||||
NotRemind = -4,
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user