jiangping
2023-09-28 35baa39723180e0de2350b5b2287b1846dabaf58
server/platform/src/main/java/com/doumee/api/system/SystemLoginLogController.java
文件名从 server/src/main/java/com/doumee/api/system/SystemLoginLogController.java 修改
@@ -10,9 +10,12 @@
import com.doumee.service.system.SystemLoginLogService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletResponse;