1
This commit is contained in:
parent
805716cf5f
commit
ddbae190e5
@ -9,5 +9,7 @@ public enum RestCode {
|
|||||||
SUCCESS(0, "拉取成功"), ERROR(1, "拉取失败"), UNAUTHORIZED(401, "需要登陆");
|
SUCCESS(0, "拉取成功"), ERROR(1, "拉取失败"), UNAUTHORIZED(401, "需要登陆");
|
||||||
private final int code;
|
private final int code;
|
||||||
private final String msg;
|
private final String msg;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user