update auth sms

This commit is contained in:
Tue 2022-10-20 15:10:42 +07:00
parent 9297f2d9bd
commit 546592f8ce
1 changed files with 2 additions and 0 deletions

View File

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