From 37d76adf129d41f65342874886c43db450ecb0ef Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Fri, 12 Mar 2021 17:16:55 +0800
Subject: [PATCH] Merge branch 'dev' of http://blit.7drlb.com:8888/r/moral into dev
---
screen-common/src/main/java/com/moral/constant/Constants.java | 29 +++++++++++++++++++++++++++++
1 files changed, 29 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..5c17ba4 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,21 @@
*/
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���������������������������������";
+
+ /*
+ * ���������������������������
+ * */
+ public static final String MSG_PARAMETER_IS_MISSING = "������������";
+
/**
* ������������code
*/
@@ -24,6 +39,20 @@
*/
public static final int CODE_OPERATION_FAILED = -1;
+ /*
+ * ���������������������������
+ * */
+ public static final int CODE_PARAMETER_IS_MISSING = -2;
+
+ /**
+ * token������������
+ */
+ public static final int CODE_TOKEN_ERROR = -10;
+
+ /*
+ * token������������
+ * */
+ public static final int CODE_TOKEN_CREATE_ERROR = -11;
}
--
Gitblit v1.8.0