请求模拟代码提交

This commit is contained in:
wr
2023-06-08 16:06:18 +08:00
parent 67d8c8b256
commit 6f859a234f
10 changed files with 666 additions and 0 deletions

20
pom.xml
View File

@@ -111,6 +111,25 @@
<version>${commons-codec.version}</version>
</dependency>
<!--网络请求-->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.75</version>
</dependency>
<dependency>
<groupId>com.huawei.apigateway</groupId>
<artifactId>java-sdk-core</artifactId>
<version>3.0.10</version>
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>common-db</artifactId>
@@ -127,6 +146,7 @@
</exclusions>
</dependency>
</dependencies>
<build>