Merge branch 'build-auth-sms' of git.selly.red:Selly-Modules/natsio into develop
This commit is contained in:
commit
2b890e01ef
|
@ -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