From e442e98a198d67994e6dce01fd88e163291fd40c Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Fri, 12 Mar 2021 09:52:39 +0800 Subject: [PATCH] api登陆更新 --- screen-common/src/main/java/com/moral/constant/Constants.java | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java index d824510..945ef27 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -15,6 +15,16 @@ */ public static final String MSG_OPERATION_FAILED = "���������������"; + /* + * token������ + * */ + public static final String MSG_TOKEN_ERROR = "token������������������������"; + + /* + * token������������ + * */ + public static final String MSG_TOKEN_CREATE_ERROR = "token���������������������������������"; + /** * ������������code */ @@ -24,6 +34,15 @@ */ public static final int CODE_OPERATION_FAILED = -1; + /** + * token������������ + */ + public static final int CODE_TOKEN_ERROR = -10; + + /* + * token������������ + * */ + public static final int CODE_TOKEN_CREATE_ERROR = -11; } -- Gitblit v1.8.0