hsy
4 天以前 fb747de6c40e2aa92d0dd81cca8b9fbc848aeff7
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/dal/redis/RedisKeyConstants.java
@@ -99,12 +99,4 @@
     */
    String SMS_TEMPLATE = "sms_template";
    /**
     * 小程序订阅模版的缓存
     *
     * KEY 格式:wxa_subscribe_template:{userType}
     * VALUE 数据格式 String, 模版信息
     */
    String WXA_SUBSCRIBE_TEMPLATE = "wxa_subscribe_template";
}