update auth sms
This commit is contained in:
parent
546592f8ce
commit
25cb392d93
|
@ -5,6 +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"`
|
Role string `json:"role"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue