test登录

This commit is contained in:
苏尹岚
2020-09-23 13:35:34 +08:00
parent 8409985668
commit 55c6962f5d
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import (
"bytes"
"encoding/base64"
"errors"
"fmt"
"regexp"
"strings"
"time"
@@ -295,6 +296,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
} else {
err = ErrIllegalAuthType
}
fmt.Println("testaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", utils.Format4Output(authInfo, false))
return authInfo, err
}