增加用户免押额度筛选
This commit is contained in:
@@ -34,8 +34,9 @@ type DepositFreeQuotaRequest struct {
|
||||
|
||||
// ListQuery 用户列表筛选条件。Keyword 同时匹配手机号/昵称(模糊)与用户 ID(精确)。
|
||||
type ListQuery struct {
|
||||
Keyword string
|
||||
Status string
|
||||
Keyword string
|
||||
Status string
|
||||
HasDepositFreeQuota bool
|
||||
}
|
||||
|
||||
type PaginatedResult struct {
|
||||
|
||||
Reference in New Issue
Block a user