hsy
5 天以前 fb747de6c40e2aa92d0dd81cca8b9fbc848aeff7
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";
}