获取商家 会员二维码

This commit is contained in:
2024-08-12 14:18:31 +08:00
parent 568375b115
commit d862eb43be
4 changed files with 103 additions and 5 deletions

View File

@@ -74,4 +74,6 @@ public interface CacheKey {
*/
String PRODUCT = "PRODUCT:";
String SONG_URL = "song:";
String VIPCODE = "VIPCODE:";
}