mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-23 05:00:25 +08:00
feat: 新增token的redis的prefix常量
This commit is contained in:
parent
72bb9e92cf
commit
f13ecab65e
@ -91,7 +91,7 @@ public interface SecurityConstants {
|
||||
String APP_CLIENT_ID = "mall-app";
|
||||
|
||||
/**
|
||||
* 小程序端(微信小程序、....) 客户端ID
|
||||
* 微信小程序客户端ID
|
||||
*/
|
||||
String WEAPP_CLIENT_ID = "mall-weapp";
|
||||
|
||||
@ -112,4 +112,6 @@ public interface SecurityConstants {
|
||||
List<String> PROD_FORBID_METHODS= Arrays.asList("PUT","DELETE");
|
||||
|
||||
|
||||
String TOKEN_PREFIX="auth:token:";
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user