mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
汇付API 新增merchantKey
This commit is contained in:
@@ -18,6 +18,9 @@ public class SettleAccountDTO {
|
||||
// 运营商id
|
||||
private String merchantId;
|
||||
|
||||
// 微信小程序appId
|
||||
private String wechatAppId;
|
||||
|
||||
// 账户类型:1-对公;2-对私
|
||||
private String bankAcctType;
|
||||
|
||||
|
||||
@@ -14,5 +14,6 @@ public class WithdrawDTO {
|
||||
// 提现金额
|
||||
private String cashAmt;
|
||||
|
||||
|
||||
// 微信小程序appId
|
||||
private String wechatAppId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user