代码优化

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

@@ -43,10 +43,10 @@ public class ImageCaptchaEndpoint {
private static final Logger _logger = LoggerFactory.getLogger(ImageCaptchaEndpoint.class);
@Autowired
private Producer captchaProducer;
Producer captchaProducer;
@Autowired
protected MomentaryService momentaryService;
MomentaryService momentaryService;
@Autowired
AuthTokenService authTokenService;