fix: typo in field tag in BilibiliUserInfo (#890)

This commit is contained in:
waltcow
2022-07-17 11:31:43 +08:00
committed by GitHub
parent 2eec53a6d0
commit a0a762aa6f

View File

@ -144,7 +144,7 @@ func (idp *BilibiliIdProvider) GetToken(code string) (*oauth2.Token, error) {
type BilibiliUserInfo struct { type BilibiliUserInfo struct {
Name string `json:"name"` Name string `json:"name"`
Face string `json:"face"` Face string `json:"face"`
OpenId string `json:"openid` OpenId string `json:"openid"`
} }
type BilibiliUserInfoResponse struct { type BilibiliUserInfoResponse struct {