修改 DEFAULT_ERROR_STATUS。

feature/net-util
ZhouXY108 2023-04-04 18:54:32 +08:00
parent 34ba007e1b
commit 2babb5fb2d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import lombok.ToString;
public class RestfulResult {
public static final int SUCCESS_STATUS = 2000000;
public static final int DEFAULT_ERROR_STATUS = 5000000;
public static final int DEFAULT_ERROR_STATUS = 9999999;
private final Object status;
private final String message;