修改验证

This commit is contained in:
2022-05-26 11:56:02 +08:00
parent 8dbaf7dade
commit 1b7f983e24
17 changed files with 243 additions and 170 deletions
@@ -24,7 +24,17 @@ namespace IRaCIS.Core.Infrastructure.Extention
ProgramException = 4,
//需要提示 ,需要提示 从Result 取数据
NeedTips = 5
NeedTips = 5,
//在其他地方登陆,被迫下线
LoginInOtherPlace = -1,
//没有带token访问(未登陆)
NoToken=10,
//带了Token,但是没有相应权限(该用户类型不能做)
HaveTokenNotAccess=11
}