feat: add super admin auth

This commit is contained in:
2026-01-08 10:12:18 +08:00
parent d98f41f1ac
commit 87b32063f6
5 changed files with 345 additions and 19 deletions

View File

@@ -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 {