Merge remote-tracking branch 'origin/master'

This commit is contained in:
guofeihu
2024-09-10 15:05:53 +08:00

View File

@@ -88,4 +88,6 @@ public interface AppRedisKey {
String UPLOAD = "uploadKey:"; String UPLOAD = "uploadKey:";
String DOWNLOAD = "downloadKey:"; String DOWNLOAD = "downloadKey:";
String CONTROL = "control:";
} }