Browse Source

登录接口修改

zhangbin 1 year ago
parent
commit
8d26ab8967

+ 1 - 1
xpgx-admin/src/main/java/com/miaxis/app/controller/user/UserInfoController.java

@@ -70,7 +70,7 @@ public class UserInfoController extends BaseController {
      */
     @GetMapping(value = "/vipInfo")
     @ApiOperation("获取用户vip信息")
-    public Response<UserVipInfoVO> getInfo(
+    public Response<UserVipInfoVO> vipInfo(
     ) throws Exception {
         UserInfo student = SecurityUtils.getLoginUser().getStudent();
         UserInfo dbUserInfo = userInfoService.getById(student.getId());