mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-06 20:47:46 +00:00
feat 客户系统通知联调, 修复手动发起退款上下文未进行初始化的问题, 其他一些小问题修复
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user