f
This commit is contained in:
@@ -39,6 +39,7 @@ type (
|
||||
AdminGetPlatformUserListReq {
|
||||
Page int64 `form:"page,default=1"` // 页码
|
||||
PageSize int64 `form:"pageSize,default=20"` // 每页数量
|
||||
UserId string `form:"user_id,optional"` // 平台用户主键 ID,精确筛选
|
||||
Mobile string `form:"mobile,optional"` // 手机号
|
||||
Nickname string `form:"nickname,optional"` // 昵称
|
||||
Inside int64 `form:"inside,optional"` // 是否内部用户 1-是 0-否
|
||||
|
||||
Reference in New Issue
Block a user