wx注册错误

This commit is contained in:
richboo111
2022-08-22 17:24:30 +08:00
parent c38a2dbc86
commit ee74854165

View File

@@ -402,10 +402,8 @@ func AddAuthBindWithMobile(authInfo *AuthInfo, mobile string) (err error) {
if err != nil {
return errors.New("此接口有执行顺序请先调用注册登录接口【第一步Login第二不TiktokDecrypt】")
}
globals.SugarLogger.Debug("输出user.UserID", user.UserID)
authInfo.AuthBindInfo.UserID = user.UserID
//handler.UnbindAuth(user.GetID(), newAuthInfo.GetAuthType(), newAuthInfo.GetAuthTypeID(), user.GetName())
globals.SugarLogger.Debug("authInfo.AuthBindInfo,user.GetName()===============", authInfo.AuthBindInfo, user.GetName())
err = handler.AddAuthBind(authInfo.AuthBindInfo, user.GetName())
} else {
err = ErrIllegalAuthType