同步获取响应数据

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

@@ -213,6 +213,15 @@
<version>1.77</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
</dependency>
</dependencies>