完善 AbstractPayClient 的实现

This commit is contained in:
YunaiV
2021-10-20 13:20:09 +08:00
parent 6690b9b120
commit 23d8da7479
15 changed files with 238 additions and 30 deletions

View File

@@ -29,6 +29,11 @@
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- 三方云服务相关 -->
<dependency>
<groupId>com.github.javen205</groupId>