mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 03:30:36 +00:00
feat 同步支付方式配置管理
This commit is contained in:
@@ -15,9 +15,9 @@ import lombok.Data;
|
||||
public class WalletPayParam implements ChannelParam {
|
||||
|
||||
@Schema(description = "钱包ID")
|
||||
private Long walletId;
|
||||
private String walletId;
|
||||
|
||||
@Schema(description = "用户ID")
|
||||
private Long userId;
|
||||
private String userId;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user