From 3940e5ebf6a2fecca5fc75c9e5d8a325c5842681 Mon Sep 17 00:00:00 2001
From: zhaozhengjie <237651143@qq.com>
Date: 星期日, 09 十月 2022 14:00:21 +0800
Subject: [PATCH] Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test

---
 flower_city/src/main/java/com/dg/core/Constant.java |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/flower_city/src/main/java/com/dg/core/Constant.java b/flower_city/src/main/java/com/dg/core/Constant.java
index 02f6e09..3fae12a 100644
--- a/flower_city/src/main/java/com/dg/core/Constant.java
+++ b/flower_city/src/main/java/com/dg/core/Constant.java
@@ -31,7 +31,7 @@
     /**
      * token有效期(小时)
      */
-    public static final int TOKEN_EXPIRES_HOUR = 1;
+    public static final int TOKEN_EXPIRES_HOUR = 10;
 
     /**
      * redis存储手机验证码过期时间(10分钟)
@@ -68,4 +68,9 @@
      */
     public static final String AUTHORIZATION = "Authorization";
 
+    /**
+     * 小程序  花城e+token
+     */
+    public static final String HCAUTHORIZATION = "HCAuthorization";
+
 }

--
Gitblit v1.7.1