package com.ruoyi.system.api.constant; /** * @author jqs34 * @ClassName SecurityConstant * @description: TODO * @date 2023年02月21日 * @version: 1.0 */ public interface SecurityConstant { /** * 微信sessionKey前缀 */ String SESSION_KEY = "SESSION_KEY:"; /** * 用户验证码前缀key */ String MESSAGE_CODE = "MESSAGE_CODE:"; /** * 用户验证码前缀key */ String MINI_CODE = "MINI_CODE:"; /** * 用户验证码前缀key */ String WX_TOKEN = "WX_TOKEN"; }