- first edition of auth2
This commit is contained in:
11
business/model/dao/dao_auth2.go
Normal file
11
business/model/dao/dao_auth2.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package dao
|
||||
|
||||
import "git.rosy.net.cn/jx-callback/business/model"
|
||||
|
||||
func GetAuthBind(db *DaoDB, userID, authType, authID, authID2 string) (authBind *model.AuthBind, err error) {
|
||||
return authBind, err
|
||||
}
|
||||
|
||||
func GetAuthBindsByWXUnionID(db *DaoDB, unionID string) (authBinds []*model.AuthBind, err error) {
|
||||
return authBinds, err
|
||||
}
|
||||
Reference in New Issue
Block a user