From 3860baabb6d6a22d0d3fd4de5a15f8e75438197e Mon Sep 17 00:00:00 2001 From: whyczh <hzjl@qq.com> Date: 星期一, 26 四月 2021 15:19:56 +0800 Subject: [PATCH] 更新登录和用户菜单接口 --- src/main/java/com/whyc/controller/LoginController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/controller/LoginController.java b/src/main/java/com/whyc/controller/LoginController.java index 35670f0..3886a8b 100644 --- a/src/main/java/com/whyc/controller/LoginController.java +++ b/src/main/java/com/whyc/controller/LoginController.java @@ -1,9 +1,11 @@ package com.whyc.controller; import com.whyc.dto.Response; +import com.whyc.pojo.User; import com.whyc.service.LoginService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; +import org.apache.shiro.SecurityUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import org.springframework.web.servlet.ModelAndView; -- Gitblit v1.9.1