test登录
This commit is contained in:
@@ -27,15 +27,11 @@ var (
|
||||
|
||||
var (
|
||||
AutherObjMini *MiniAuther
|
||||
AutherObjApp *MiniAuther
|
||||
)
|
||||
|
||||
func init() {
|
||||
AutherObjMini = new(MiniAuther)
|
||||
auth2.RegisterAuther(AuthTypeMini, AutherObjMini)
|
||||
|
||||
AutherObjApp = new(MiniAuther)
|
||||
auth2.RegisterAuther(AuthTypeWxApp, AutherObjApp)
|
||||
}
|
||||
|
||||
func (a *MiniAuther) VerifySecret(dummy, jsCode string) (authBindEx *auth2.AuthBindEx, err error) {
|
||||
|
||||
Reference in New Issue
Block a user