提交 f13ecab6 编写于 作者: 郝先瑞

feat: 新增token的redis的prefix常量

上级 72bb9e92
......@@ -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:";
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册