feat: 新增token的redis的prefix常量

This commit is contained in:
郝先瑞 2022-08-01 23:53:08 +08:00
parent 72bb9e92cf
commit f13ecab65e

View File

@ -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:";
}