同步获取响应数据

This commit is contained in:
Guoqs
2024-07-31 17:14:41 +08:00
parent eed9a7bc2c
commit 4346e9fc1f
6 changed files with 25 additions and 16 deletions

View File

@@ -113,21 +113,6 @@
<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>