feat 云闪付支付对接

This commit is contained in:
xxm1995
2024-03-11 18:47:01 +08:00
parent c5ab2fe9b0
commit 3c2deabfdf
28 changed files with 252 additions and 194 deletions

View File

@@ -126,6 +126,7 @@ public class SimplePayOrderTest {
.serviceUrl("http://127.0.0.1:9000")
// 需要跟网关中配置一致
.signSecret("123456")
.signType(SignTypeEnum.HMAC_SHA256)
.build();
DaxPayKit.initConfig(config);
}