wxlogin
This commit is contained in:
@@ -84,6 +84,7 @@ func (a *DefAuther) UnionFindAuthBind(curAuthType, curAuthTypeID string, unionAu
|
||||
globals.SugarLogger.Debugf("dao.IsNoRowsError authBindList=%s", utils.Format4Output(authBindList, false))
|
||||
globals.SugarLogger.Debugf("dao.IsNoRowsError openID=%s, unionID=%s", openID, unionID)
|
||||
if err != nil {
|
||||
globals.SugarLogger.Debugf("dao.IsNoRowsError err=%v", err)
|
||||
return nil, err
|
||||
}
|
||||
if len(authBindList) > 0 { // 通过unionID找到至少一个认证方式
|
||||
|
||||
Reference in New Issue
Block a user