update auth sms

This commit is contained in:
Tue 2022-10-20 15:17:50 +07:00
parent 546592f8ce
commit 25cb392d93
1 changed files with 1 additions and 1 deletions

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"`
}