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

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