Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming
2023-09-07 09:58:37 +08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -79,8 +79,7 @@ func (l *UserEmailRegisterLogic) UserEmailRegister(req *types.RequestEmailRegist
} else {
tplsel = "email_register_oauth2.tpl"
if oauthId, ok := token.Extend["oauth_id"]; ok {
platformAndID = token.Platform + " Id: " + oauthId.(string)
platformAndID = token.Platform + " id: " + oauthId.(string)
logx.Error(platformAndID)
}
}