trade:完成下单时,创建支付单逻辑

This commit is contained in:
YunaiV
2022-11-10 09:27:20 +08:00
parent 84f6ec10bc
commit 5934d6b029
7 changed files with 79 additions and 104 deletions

View File

@ -97,8 +97,8 @@ yudao:
enable: true # 验证码的开关,默认为 true注意优先读取数据库 infra_config 的 yudao.captcha.enable所以请从数据库修改可能需要重启项目
trade:
order:
app-id: 1
merchant-order-id: 1
app-id: 1 # 商户编号
expire-time: 2h # 支付的过期时间
codegen:
base-package: ${yudao.info.base-package}
db-schemas: ${spring.datasource.dynamic.datasource.master.name}