🎨 优化部分用户管理接口

This commit is contained in:
2025-05-10 08:42:01 +08:00
parent e074395859
commit 5faff4afa0
2 changed files with 11 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ type GetUserListReq struct {
Type int `json:"type" form:"type"`
UserLabel string `json:"user_label" form:"user_label" `
Status int `json:"status" form:"status"`
Name string `json:"name" form:"name"`
}
type SetBalanceReq struct {