From 511fbc6392d46828284bd72b47966ef217893275 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 17 Mar 2021 17:37:44 +0800
Subject: [PATCH] 登陆修改
---
screen-common/src/main/java/com/moral/constant/Constants.java | 10 ++++++++++
1 files changed, 10 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 945ef27..5c17ba4 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -25,6 +25,11 @@
* */
public static final String MSG_TOKEN_CREATE_ERROR = "token���������������������������������";
+ /*
+ * ���������������������������
+ * */
+ public static final String MSG_PARAMETER_IS_MISSING = "������������";
+
/**
* ������������code
*/
@@ -34,6 +39,11 @@
*/
public static final int CODE_OPERATION_FAILED = -1;
+ /*
+ * ���������������������������
+ * */
+ public static final int CODE_PARAMETER_IS_MISSING = -2;
+
/**
* token������������
*/
--
Gitblit v1.8.0