|
@@ -26,7 +26,7 @@ public class ErrorCode {
|
|
|
|
|
|
|
|
public static final int TOKEN_INVALIDATION = 401;//TOKEN失效
|
|
public static final int TOKEN_INVALIDATION = 401;//TOKEN失效
|
|
|
|
|
|
|
|
- public static final int TOKEN_SINGLE = 2010;//单点登录
|
|
|
|
|
|
|
+ public static final int TOKEN_SINGLE = 403;//单点登录
|
|
|
|
|
|
|
|
public static final int REQUEST_FAILED = -1;
|
|
public static final int REQUEST_FAILED = -1;
|
|
|
/**
|
|
/**
|