This commit is contained in:
牛叉闪闪
2024-08-30 14:40:43 +08:00
parent 187a757575
commit e0b62b66d4
2 changed files with 24 additions and 22 deletions

View File

@@ -23,6 +23,8 @@ public class LoginContoller {
@Autowired
LoginService loginService;
@RequestMapping(value = "login",method = RequestMethod.POST)
public Result login(@RequestBody LoginReq loginReq, HttpServletRequest request){
try {