记得上下班打卡 | git大法好,push需谨慎

Commit 4a480e1f authored by 张国柄's avatar 张国柄

+API:服务内部调用入场人、会员信息查询;

parent 1d7e0f04
......@@ -76,7 +76,7 @@ public class AdamRscController {
}
@ApiOperationSupport(order = 21)
@ApiOperation(value = "@API:会员信息[新老]", notes = "AdamUserMemberVo")
@ApiOperation(value = "@API:会员信息")
@GetMapping("inquire/member")
public ResponseDto<AdamUserMemberVo> queryMember(@NotBlank(message = "用户ID不能为空") @RequestParam String uid) {
return ResponseDto.success(adamRdmService.getUserMemberVoByUid(uid));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment