歌曲订单管理

This commit is contained in:
2024-07-09 15:17:30 +08:00
parent 8ad974bfa4
commit abc13bcf69
9 changed files with 618 additions and 0 deletions

View File

@@ -71,4 +71,5 @@ public interface CacheKey {
* 商品库存
*/
String PRODUCT = "PRODUCT:";
String SONG_URL = "song:";
}