会员信息相关接口
This commit is contained in:
@@ -35,4 +35,6 @@ public interface ShopUserService extends IService<ShopUser> {
|
||||
Page<ShopUserVipCardDTO> vipCard(long userInfoId);
|
||||
|
||||
CzgResult<String> getCode(long userInfoId, long shopId);
|
||||
|
||||
CzgResult<Boolean> join(Long shopId, Long userId, ShopUserAddDTO shopUserAddDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user