whycxzp
2020-12-18 e5c227d7992ca6171b998ed2b73b1f0cbaf1ccfe
src/main/java/com/whyc/controller/UserController.java
@@ -70,7 +70,7 @@
    }
    @PostMapping("login")
    @ApiOperation(value = "登录")
    @ApiOperation(value = "登录",position = 1)
    public boolean login(@RequestParam String username, @RequestParam String password, HttpServletRequest request){
        return userService.login(username,password,request);
    }