mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 21:17:42 +00:00
feat 客户系统消息通知联调, 一些小问题修改
This commit is contained in:
@@ -61,6 +61,7 @@ public class SimplePayOrderTest {
|
||||
param.setChannel(PayChannelEnum.CASH.getCode());
|
||||
param.setPayWay(PayWayEnum.NORMAL.getCode());
|
||||
param.setClientIp("127.0.0.1");
|
||||
param.setAttach("Attach");
|
||||
param.setNotifyUrl("http://127.0.0.1:9000/demo/callback/pay");
|
||||
param.setNotifyUrl("http://127.0.0.1:9000/demo/callback/payObject");
|
||||
DaxPayResult<PayOrderModel> execute = DaxPayKit.execute(param);
|
||||
|
Reference in New Issue
Block a user