调整个人中心接口免登录

This commit is contained in:
TinyAnts 2023-03-16 15:43:51 +08:00
parent decbccedce
commit 3837d78fce
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() {