Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nouiWithSpringMVC
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gechengyang
nouiWithSpringMVC
Commits
f4908714
Commit
f4908714
authored
Oct 09, 2020
by
WeiCong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e5df2660
1ec4d7bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ErrorCode.java
...ava/org/sss/presentation/noui/api/response/ErrorCode.java
+2
-2
No files found.
src/main/java/org/sss/presentation/noui/api/response/ErrorCode.java
View file @
f4908714
...
@@ -12,10 +12,10 @@ public enum ErrorCode {
...
@@ -12,10 +12,10 @@ public enum ErrorCode {
LOGIN_PWD_AME_INTERVAL
(
"R9995"
,
"已长时间未修改密码,请修改密码"
),
LOGIN_PWD_AME_INTERVAL
(
"R9995"
,
"已长时间未修改密码,请修改密码"
),
LOGIN_PWD_CHECK
(
"R9994"
,
"连续多次错误密码,用户已锁定,请联系管理员!"
),
LOGIN_PWD_CHECK
(
"R9994"
,
"连续多次错误密码,用户已锁定,请联系管理员!"
),
LOGIN_PARAMETER_CHECK
(
"R9993"
,
"登陆信息不完整,用户名或密码为空"
),
LOGIN_PARAMETER_CHECK
(
"R9993"
,
"登陆信息不完整,用户名或密码为空"
),
LOGIN_NON_USR
(
"R9992"
,
"
系统无此用户"
),
LOGIN_NON_USR
(
"R9992"
,
"
用户名或密码错误"
),
//其实是"系统无此用户"
LOGIN_LOCK_USR
(
"R9991"
,
"用户已被锁定"
),
LOGIN_LOCK_USR
(
"R9991"
,
"用户已被锁定"
),
LOGIN_EXPRIED_USR
(
"R9990"
,
"用户已被注销"
),
LOGIN_EXPRIED_USR
(
"R9990"
,
"用户已被注销"
),
LOGIN_PWD_ERROR
(
"R9989"
,
"
密码错误!"
),
LOGIN_PWD_ERROR
(
"R9989"
,
"
用户名或密码错误!"
),
//其实是"密码错误"
LOGIN_DN_ERROR
(
"R9988"
,
"DN码错误!"
),
LOGIN_DN_ERROR
(
"R9988"
,
"DN码错误!"
),
LOGIN_VERIFYCODE_ERROR
(
"R9986"
,
"验证码错误!"
),
LOGIN_VERIFYCODE_ERROR
(
"R9986"
,
"验证码错误!"
),
LOGIN_STATE_ABNORMAL_ERROR
(
"R9987"
,
"无效用户"
);
LOGIN_STATE_ABNORMAL_ERROR
(
"R9987"
,
"无效用户"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment