From 546592f8ceaa2dbe42bbbfd6e7c4f8d7b3ffd7f4 Mon Sep 17 00:00:00 2001 From: Tue Date: Thu, 20 Oct 2022 15:10:42 +0700 Subject: [PATCH] update auth sms --- model/authsms_request.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/authsms_request.go b/model/authsms_request.go index c0b3078..4053ea9 100644 --- a/model/authsms_request.go +++ b/model/authsms_request.go @@ -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"` }