修改查询交易记录接口
1、添加按id排序 2、添加查询所有国家 3、添加接口,更新用户国家、职业信息
This commit is contained in:
@@ -23,5 +23,6 @@ public class QueryPaymentInfoDTO extends QueryPageByTimeDTO {
|
||||
private String country;
|
||||
@ApiModelProperty("付款人所在城市")
|
||||
private String city;
|
||||
|
||||
@ApiModelProperty("按id排序 DESC || ASC")
|
||||
private String order = "DESC";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user