feat: add super admin auth
This commit is contained in:
@@ -3,8 +3,8 @@ package dto
|
||||
import "quyun/v2/pkg/consts"
|
||||
|
||||
type LoginForm struct {
|
||||
Phone string `json:"phone"`
|
||||
OTP string `json:"otp"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
type LoginResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user