dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
三一车辆实时位置加入用户为空判断提交
zhangnaisong
2023-07-25
8775f345586ef49277730af758130cfc938ad9c9
[~liusuyi/ruoyi-api.git]
/
ard-work
/
src
/
main
/
java
/
com
/
ruoyi
/
utils
/
result
/
Constants.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.ruoyi.utils.result;
/**
* @author 11441
* 返回状态码
*/
public interface Constants {
Integer CODE_200 = 200; // 成功
Integer CODE_400 = 400; // 参数错误
Integer CODE_500 = 500; // 系统错误
Integer CODE_401 = 401; // 权限不足
}