Merge branch 'build-auth-sms' of git.selly.red:Selly-Modules/natsio into develop

This commit is contained in:
Tue 2022-10-20 15:18:00 +07:00
commit 2b890e01ef
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"`
}