TASK:查询交易记录 添加显示总金额和付款者邮箱
This commit is contained in:
@@ -13,6 +13,8 @@ public class PaymentInfoVO {
|
||||
private Long id;
|
||||
@ApiModelProperty("付款用户名")
|
||||
private String payer;
|
||||
@ApiModelProperty("付款者邮箱")
|
||||
private String email;
|
||||
@ApiModelProperty("选择的支付平台 PayPal || Stripe || Alipay-HK")
|
||||
private String platform;
|
||||
@ApiModelProperty("支付的金额 单位:HKD")
|
||||
|
||||
Reference in New Issue
Block a user