代码优化

This commit is contained in:
shimingxy
2024-08-13 12:18:34 +08:00
parent feb71561a3
commit 30711097d3
27 changed files with 31 additions and 67 deletions

View File

@@ -35,10 +35,10 @@ import io.swagger.v3.oas.annotations.tags.Tag;
public class RestTimeBasedOtpController {
@Autowired
protected AbstractOtpAuthn timeBasedOtpAuthn;
AbstractOtpAuthn timeBasedOtpAuthn;
@Autowired
private UserInfoService userInfoService;
UserInfoService userInfoService;
@Operation(summary = "基于时间令牌验证 API文档模块", description = "传递参数username和token",method="GET")
@ResponseBody