This commit is contained in:
gxwebsoft
2022-09-11 12:08:05 +08:00
parent fb072c8031
commit f7007bd1ae
32 changed files with 1797 additions and 282 deletions

View File

@@ -181,6 +181,14 @@
<version>1.6.2</version>
</dependency>
<!-- http请求工具包依赖 -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
</dependencies>
<build>