- SendVerifyCode add params authToken

This commit is contained in:
gazebo
2019-03-04 11:31:02 +08:00
parent 538a801ccd
commit b57e698df8
3 changed files with 21 additions and 11 deletions

View File

@@ -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:"-"`
}