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
aaedafff
Commit
aaedafff
authored
Jun 23, 2022
by
陈烁键
Browse files
调整响应成功状态码为200,与全局保持一致
parent
3ccf5c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/R.java
View file @
aaedafff
...
...
@@ -12,7 +12,7 @@ public class R<T> implements Serializable
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
;
...
...
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