This commit is contained in:
2024-11-22 09:57:33 +08:00
parent ba6af5e2cf
commit b5f8419e82
8 changed files with 268 additions and 24 deletions

View File

@@ -76,4 +76,6 @@ public interface CacheKey {
String SONG_URL = "song:";
String VIPCODE = "VIPCODE:";
String INVOICE_SD_TYPE = "invoice:sd_type:";
}