This commit is contained in:
邹宗楠
2022-08-15 16:24:41 +08:00
parent 949dd96a0a
commit be87623211
15 changed files with 321 additions and 103 deletions

View File

@@ -0,0 +1,5 @@
package app_model
type VerificationPhoneCode struct {
PhoneNumber string `json:"phone_number" form:"phone_number" binding:"required"`
}