| | |
| | | @ApiModelProperty(value = "金额(USDT)",example = "100")
|
| | | private BigDecimal amountUsdt;
|
| | |
|
| | | @ApiModelProperty(value = "付款方式 1-支付宝2-微信3-银行卡",example = "1")
|
| | | private int paymentType;
|
| | | |
| | | @ApiModelProperty(value = "收款账号",example = "13000000000")
|
| | | private String paymentAccount;
|
| | | |
| | | @ApiModelProperty(value = "收款人姓名",example = "张三")
|
| | | private String paymentName;
|
| | | |
| | | @ApiModelProperty(value = "单价",example = "7")
|
| | | private BigDecimal unitPrice;
|
| | |
|
| | |
| | | private String orderType;
|
| | |
|
| | | @NotNull(message = "交易密码不能为空")
|
| | | @ApiModelProperty(value = "交易密码",example = "123456")
|
| | | private String tradePassword;
|
| | |
|
| | | @ApiModelProperty(value = "充值时间")
|