From 61b5f9863f14ab4fc9da504ca2b553a778eb2e2c Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 24 一月 2024 15:10:32 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/HongRuiTang

---
 ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/SecurityConstant.java |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/SecurityConstant.java b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/SecurityConstant.java
index fc848fd..5f7ac74 100644
--- a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/SecurityConstant.java
+++ b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/SecurityConstant.java
@@ -35,4 +35,35 @@
      * 省市区列表key
      */
     String REGION_LIST = "REGION_LIST";
+
+    /**
+     * 省市区列表key
+     */
+    String CITY_LIST = "CITY_LIST";
+
+    /**
+     * 秒杀活动商品key前缀
+     */
+    String ACTIVITY_GOODS = "ACTIVITY_GOODS";
+
+    /**
+     * 自动取消订单时间
+     */
+    String AUTO_CANCEL_ORDER_TIME = "AUTO_CANCEL_ORDER_TIME";
+
+    /**
+     * 商户统一分成
+     */
+    String SHOP_COMMON_PROPORTION = "SHOP_COMMON_PROPORTION";
+
+    /**
+     * 自动取消订单时间
+     */
+    String PAY_MONEY_INTEGRAL = "PAY_MONEY_INTEGRAL";
+
+    /**
+     * 用户验证码前缀key
+     */
+    String QY_TOKEN = "QY_TOKEN";
+
 }

--
Gitblit v1.7.1