feat 同步支付方式配置管理

This commit is contained in:
bootx
2024-02-17 21:20:16 +08:00
parent 3272b10ace
commit 74b2cb70b7
74 changed files with 1085 additions and 1230 deletions

View File

@@ -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;
}