mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2b890e01ef - Show all commits

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"`
}