feat 客户系统通知联调, 修复手动发起退款上下文未进行初始化的问题, 其他一些小问题修复

This commit is contained in:
bootx
2024-02-25 21:54:14 +08:00
parent f26806816b
commit 536d3c6191
34 changed files with 348 additions and 225 deletions

View File

@@ -35,7 +35,7 @@ public class SimplePayOrderTest {
public void simplePay() {
// 简单支付参数
SimplePayParam param = new SimplePayParam();
param.setBusinessNo("1");
param.setBusinessNo("P"+ RandomUtil.randomNumbers(5));
param.setAmount(1);
param.setTitle("测试接口支付");
param.setChannel(PayChannelEnum.ALI.getCode());