pub const CAPTCHA: &str = "captcha";
缓存 Key 表
用于统一管理和生成缓存的 key,避免多个项目使用的 key 重复
使用 @Cacheable 时,其 value 值一定要在此处指定 验证码前缀 完整 key: captcha:{key} -> str