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 1 additions and 1 deletions
Showing only changes of commit 25cb392d93 - Show all commits

View File

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