From e87d9f3de8d80ccdca1aaad4c5ff75abf9801428 Mon Sep 17 00:00:00 2001 From: fengjin <1435304038@qq.com> Date: 星期三, 16 十一月 2022 17:19:41 +0800 Subject: [PATCH] 1.添加智能质询访问表实体类 2.添加智能质询访问相关功能并统计数据 3.修改门户网搜索结果 --- 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 daec372..9bd365d 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 = 10; + public static final int TOKEN_EXPIRES_HOUR = 168; /** * redis存储手机验证码过期时间(10分钟) @@ -68,4 +68,9 @@ */ public static final String AUTHORIZATION = "Authorization"; + /** + * 小程序 花城e+token + */ + public static final String HCAUTHORIZATION = "HCAuthorization"; + } -- Gitblit v1.7.1