Merge branch 'master' into test

This commit is contained in:
Chopper
2022-01-18 09:51:09 +08:00
18 changed files with 170 additions and 156 deletions

View File

@@ -61,7 +61,7 @@ public class AdminUserManagerController {
@Autowired
private VerificationService verificationService;
@GetMapping(value = "/login")
@PostMapping(value = "/login")
@ApiOperation(value = "登录管理员")
public ResultMessage<Token> login(@NotNull(message = "用户名不能为空") @RequestParam String username,
@NotNull(message = "密码不能为空") @RequestParam String password,