同步获取响应数据

This commit is contained in:
Guoqs
2024-07-31 16:48:29 +08:00
parent a6d3cf3366
commit eed9a7bc2c
25 changed files with 590 additions and 276 deletions

View File

@@ -107,6 +107,27 @@
<artifactId>jsowell-thirdparty</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>