package app_model type VerificationPhoneCode struct { PhoneNumber string `json:"phone_number" form:"phone_number" binding:"required"` }