添加汇付支付回调接口

This commit is contained in:
2023-05-17 10:14:15 +08:00
parent 4298e62ced
commit 22a54aab7f
4 changed files with 30 additions and 1 deletions

View File

@@ -82,6 +82,16 @@
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
</dependency>
<dependency>
<groupId>com.huifu.adapay.core</groupId>
<artifactId>adapay-core-sdk</artifactId>
</dependency>
<dependency>
<groupId>com.huifu.adapay</groupId>
<artifactId>adapay-java-sdk</artifactId>
</dependency>
</dependencies>
<properties>