Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
1ccdd750
Unverified
Commit
1ccdd750
authored
Jun 24, 2022
by
若依
Committed by
Gitee
Jun 24, 2022
Browse files
!515 调整响应成功状态码为200,与全局保持一致
Merge pull request !515 from 武玉航/master
parents
3ccf5c0e
aaedafff
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/R.java
View file @
1ccdd750
...
@@ -12,7 +12,7 @@ public class R<T> implements Serializable
...
@@ -12,7 +12,7 @@ public class R<T> implements Serializable
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
/** 成功 */
/** 成功 */
public
static
final
int
SUCCESS
=
0
;
public
static
final
int
SUCCESS
=
20
0
;
/** 失败 */
/** 失败 */
public
static
final
int
FAIL
=
500
;
public
static
final
int
FAIL
=
500
;
...
...
Write
Preview
Supports
Markdown
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