feat: hub console backend — complete API surface
This commit is contained in:
10
dto/auth.go
10
dto/auth.go
@@ -27,6 +27,16 @@ type CustomerResetPinRequest struct {
|
||||
Configid int `json:"configid"`
|
||||
}
|
||||
|
||||
type SendEmailOtpRequest struct {
|
||||
Email string `json:"email" xml:"email" form:"email"`
|
||||
Phone string `json:"phone" xml:"phone" form:"phone"`
|
||||
}
|
||||
|
||||
type VerifyEmailOtpRequest struct {
|
||||
Email string `json:"email" xml:"email" form:"email"`
|
||||
Otp string `json:"otp" xml:"otp" form:"otp"`
|
||||
}
|
||||
|
||||
type MilerLoginRequest struct {
|
||||
Phone string `json:"phone" xml:"phone" form:"phone"`
|
||||
Configid int `json:"configid"`
|
||||
|
||||
Reference in New Issue
Block a user