feat: SaLoginParameter 新增 maxTryTimes 配置

This commit is contained in:
click33
2025-03-02 04:50:53 +08:00
parent 0b85c7d094
commit 59659d1c12
3 changed files with 28 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ public class TestController {
.setIsConcurrent(true)
.setIsShare(false)
.setMaxLoginCount(4)
.setMaxTryTimes(12)
);
return SaResult.ok("登录成功");
}