6 天以前 dce6e9cd95969b09e381431d8c2521fa802de2c2
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/dal/redis/RedisKeyConstants.java
@@ -5,7 +5,7 @@
/**
 * System Redis Key 枚举类
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface RedisKeyConstants {
@@ -98,13 +98,5 @@
     * VALUE 数据格式:String 模版信息
     */
    String SMS_TEMPLATE = "sms_template";
    /**
     * 小程序订阅模版的缓存
     *
     * KEY 格式:wxa_subscribe_template:{userType}
     * VALUE 数据格式 String, 模版信息
     */
    String WXA_SUBSCRIBE_TEMPLATE = "wxa_subscribe_template";
}