Merge branch 'develop' of https://gitee.com/likeadmin/likeadmin_java into develop

This commit is contained in:
Jason 2023-03-16 15:45:55 +08:00
commit 74481785fd
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public class UserController {
@Resource
IUserService iUserService;
@NotLogin
@GetMapping("/center")
@ApiOperation(value="个人中心")
public AjaxResult<UserCenterVo> center() {