liu
昨天 1eb432710b7a3a2e820be10b17c0138b377ee1b8
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";
}