feat(memberCenter): 添加获取用户有效会员信息

master
yang 2025-03-11 15:10:05 +08:00
parent c48498e441
commit 3fb4d72bfe
1 changed files with 2 additions and 1 deletions

View File

@ -83,8 +83,9 @@ public class MemberController {
/** /**
* *
*/ */
@ApiOperation(value = "获取用户有效会员的会员")
@GetMapping("getValidMemberById") @GetMapping("getValidMemberById")
public R<List<MemberVo>> getUseUserMember(@Valid @NotNull(message = "用户id不能为空") Long userId) { public R<List<MemberVo>> getUseUserMember(@Valid @NotNull(message = "用户id不能为空") Long userId) {