完善 PayClientFactoryImpl 的实现,增加创建 PayClient 的方法

This commit is contained in:
YunaiV
2021-10-23 14:00:02 +08:00
parent 1ed6656bbb
commit 6e3aa8a752
15 changed files with 242 additions and 125 deletions

View File

@@ -68,5 +68,12 @@
<version>4.1.9.B</version>
</dependency>
<!-- TODO 芋艿:清理 -->
<!-- Test 测试相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>