优化: 移除未使用到的属性

This commit is contained in:
TinyAnts 2023-03-14 14:55:09 +08:00
parent e2ec0d6c9a
commit a636a36884
1 changed files with 1 additions and 4 deletions

View File

@ -21,10 +21,7 @@ public class GlobalConfig {
public static String tablePrefix = "la_";
// Redis键前缀
public static String redisPrefix = "Like:";
// 短信验证码
public static String redisSmsCode = "smsCode:";
public static String redisPrefix = "like:";
// 资源访问前缀
public static String publicPrefix = "api/uploads";