Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Register ¶
type Register struct { gorm.Model UserId int64 `json:"user_id"` Phone string `json:"phone"` Email string `json:"email"` Password string `json:"password"` Salt string `json:"salt"` }
注册表
Click to show internal directories.
Click to hide internal directories.