build-auth-sms #49

Merged
Ghost merged 4 commits from build-auth-sms into master 2022-10-25 08:27:23 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 546592f8ce - Show all commits

View File

@ -5,4 +5,6 @@ type CreateUserSMSRequest struct {
Phone string `json:"phone"` Phone string `json:"phone"`
Email string `json:"email"` Email string `json:"email"`
Supplier string `json:"supplier"` Supplier string `json:"supplier"`
RoleID string `json:"roleId"`
Password string `json:"password"`
} }