feat SDK分账接口联调, 修改菜单关键词字段, 添加PGSQL脚本数据

This commit is contained in:
bootx
2024-06-01 18:11:11 +08:00
parent 73e43115ad
commit 408c231f79
48 changed files with 6076 additions and 106 deletions

View File

@@ -133,8 +133,8 @@ public class PayOrderTest {
param.setChannel(PayChannelEnum.ALI.getCode());
DaxPayResult<PayModel> execute = DaxPayKit.execute(param);
System.out.println(execute);
System.out.println(execute.getData());
System.out.println(JSONUtil.toJsonStr(execute));
System.out.println(JSONUtil.toJsonStr(execute.getData()));
}
}
```