update 最近交易新增币种单位返回
This commit is contained in:
@@ -47,4 +47,7 @@ public class RecentlyTransactionDto {
|
|||||||
|
|
||||||
@ApiModelProperty(value = "交易状态 0 失败 1 成功 2 充值/提现/支付中 3校验失败")
|
@ApiModelProperty(value = "交易状态 0 失败 1 成功 2 充值/提现/支付中 3校验失败")
|
||||||
private Integer status;
|
private Integer status;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "金额单位(币种)")
|
||||||
|
private String coin;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user