feat: 优化 captcha 代码

This commit is contained in:
xingyu
2023-01-13 09:27:19 +08:00
parent c98e1c14a3
commit 67dd42dd16
74 changed files with 3461 additions and 38 deletions

View File

@@ -133,6 +133,11 @@
<artifactId>transmittable-thread-local</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
</dependencies>
</project>