调整个人中心接口免登录
This commit is contained in:
parent
decbccedce
commit
3837d78fce
|
|
@ -26,6 +26,7 @@ public class UserController {
|
|||
@Resource
|
||||
IUserService iUserService;
|
||||
|
||||
@NotLogin
|
||||
@GetMapping("/center")
|
||||
@ApiOperation(value="个人中心")
|
||||
public AjaxResult<UserCenterVo> center() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue