1
xin
2025-05-30 b68ca3c248e11f87246ebe7ffa4568217d281dd6
pom.xml
@@ -210,6 +210,20 @@
            <version>${fastjson2.version}</version>
        </dependency>
        <!-- 请求跳过ssl证书验证 -->
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpmime</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
        </dependency>
        <!-- Java图形验证码 -->
        <dependency>
            <groupId>com.github.whvcse</groupId>