- fix bug in weixinmini.init

This commit is contained in:
gazebo
2019-03-04 11:10:41 +08:00
parent 0dbd1e4afe
commit 538a801ccd

View File

@@ -27,7 +27,7 @@ var (
func init() {
AutherObjMini = new(MiniAuther)
auth2.RegisterAuther(AuthTypeMP, AutherObjMini)
auth2.RegisterAuther(AuthTypeMini, AutherObjMini)
}
func (a *MiniAuther) VerifySecret(dummy, jsCode string) (authBind *model.AuthBind, err error) {