- SendVerifyCode add params authToken
This commit is contained in:
@@ -17,7 +17,7 @@ type AuthBind struct {
|
||||
AuthSecret string `orm:"size(48)" json:"authSecret"`
|
||||
AuthSecret2 string `orm:"size(48)" json:"authSecret2"`
|
||||
Remark string `orm:"size(255)" json:"remark"`
|
||||
DetailData string `orm:"type(text)" json:"-"`
|
||||
DetailData string `orm:"type(text)" json:"detailData"`
|
||||
|
||||
UserData interface{} `orm:"-" json:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user