Merge branch 'develop' of https://gitee.com/likeadmin/likeadmin_java into develop
This commit is contained in:
commit
74481785fd
|
|
@ -26,6 +26,7 @@ public class UserController {
|
||||||
@Resource
|
@Resource
|
||||||
IUserService iUserService;
|
IUserService iUserService;
|
||||||
|
|
||||||
|
@NotLogin
|
||||||
@GetMapping("/center")
|
@GetMapping("/center")
|
||||||
@ApiOperation(value="个人中心")
|
@ApiOperation(value="个人中心")
|
||||||
public AjaxResult<UserCenterVo> center() {
|
public AjaxResult<UserCenterVo> center() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue