From a623f1eb91b1d89872e3582b5747e9d7096ea225 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期五, 24 五月 2024 09:01:59 +0800 Subject: [PATCH] 代码提交 --- ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java index 22aa0ef..2902af8 100644 --- a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java +++ b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/constant/Constants.java @@ -55,6 +55,10 @@ * 失败标记 */ public static final Integer FAIL = 500; + /** + * 登录失效 + */ + public static final Integer TOKEN_ERROR = 600; /** * 登录成功状态 @@ -149,6 +153,11 @@ public static final String BURDEN = "-"; /** + * 积分明细 符号 - + */ + public static final String INCREASE = "+"; + + /** * 积分明细来源 商城消费 */ public static final String SHOPPING_CONSUME = "商城消费"; @@ -173,4 +182,9 @@ */ public static final String MONTH = "month"; + /** + * 错误码 + */ + public static final String ERR_CODE = "errcode"; + } -- Gitblit v1.7.1