提现手续费改为参数传入

This commit is contained in:
Guoqs
2025-02-13 11:49:52 +08:00
parent cbff91cada
commit cd3aced52f
5 changed files with 32 additions and 7 deletions

View File

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