会员码接口

This commit is contained in:
张松
2025-02-15 17:40:56 +08:00
parent 3315bfbb28
commit 6b77134c05
4 changed files with 49 additions and 4 deletions

View File

@@ -12,4 +12,6 @@ public interface RedisCst {
String SMS_CODE = "sms:code:";
// 店铺会员动态支付码
String SHOP_USER_DYNAMIC_CODE = "shop:user:dynamic:code:";
}