新增支付模块:测试阿里云沙箱回调

This commit is contained in:
gaoqr
2025-04-08 18:28:04 +08:00
parent dd56e0ea2e
commit 9cc1d42d0e
3 changed files with 123 additions and 1 deletions
@@ -224,7 +224,10 @@
</dependency>
<dependency>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-biz-pay</artifactId>
</dependency>
</dependencies>
@@ -333,6 +336,10 @@
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-mq</artifactId>
</include>
<include>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-biz-pay</artifactId>
</include>
</includes>
</configuration>
<executions>