Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -12,4 +12,6 @@ public interface RedisCst {
|
||||
|
||||
|
||||
String SMS_CODE = "sms:code:";
|
||||
// 店铺会员动态支付码
|
||||
String SHOP_USER_DYNAMIC_CODE = "shop:user:dynamic:code:";
|
||||
}
|
||||
|
||||
@@ -30,4 +30,5 @@ public interface ShopUserService extends IService<ShopUser> {
|
||||
*/
|
||||
Page<ShopUserVipCardDTO> vipCard(long userInfoId);
|
||||
|
||||
String getCode(long userInfoId, long shopId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user