weixin
This commit is contained in:
@@ -57,7 +57,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (a *Auther) VerifySecret(id, secret string) (authBindEx *auth2.AuthBindEx, err error) {
|
func (a *Auther) VerifySecret(id, secret string) (authBindEx *auth2.AuthBindEx, err error) {
|
||||||
globals.SugarLogger.Debugf("weixin VerifySecret id:%s secret:%s", secret, secret)
|
globals.SugarLogger.Debugf("weixin VerifySecret id:%s secret:%s", id, secret)
|
||||||
var openID, accessToken string
|
var openID, accessToken string
|
||||||
if a.authType != AuthTypeWXNative {
|
if a.authType != AuthTypeWXNative {
|
||||||
state := id
|
state := id
|
||||||
|
|||||||
Reference in New Issue
Block a user