汇付API 新增merchantKey

This commit is contained in:
2023-08-17 17:12:17 +08:00
parent aeeeb96bec
commit 91cb64a4d9
6 changed files with 108 additions and 75 deletions

View File

@@ -18,6 +18,9 @@ public class SettleAccountDTO {
// 运营商id
private String merchantId;
// 微信小程序appId
private String wechatAppId;
// 账户类型1-对公2-对私
private String bankAcctType;

View File

@@ -14,5 +14,6 @@ public class WithdrawDTO {
// 提现金额
private String cashAmt;
// 微信小程序appId
private String wechatAppId;
}