同步获取响应数据

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

13
pom.xml
View File

@@ -41,6 +41,7 @@
<alipai.sdk.version>4.39.79.ALL</alipai.sdk.version>
<alipai.easysdk.version>2.2.3</alipai.easysdk.version>
<tencent.sdk.version>3.1.87</tencent.sdk.version>
<protostuff.version>1.8.0</protostuff.version>
</properties>
<!-- 依赖声明 -->
@@ -323,6 +324,18 @@
<version>${huifu.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${protostuff.version}</version>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${protostuff.version}</version>
</dependency>
</dependencies>
</dependencyManagement>