This commit is contained in:
2025-03-24 20:59:39 +08:00
parent a4559dd971
commit 229f1d181b

View File

@@ -52,7 +52,7 @@ func (l *BindTriballyLogic) BindTribally() (resp *types.BindTriballyReply, err e
return nil, errs.New(errs.ErrDatabaseOperate, err)
}
if !hasBind {
return nil, errs.New(errs.ErrNotBindRole, "user not bind role")
return nil, errs.New(errs.ErrNotBindRole, "Please download and login to the game first")
}
authUrl, err := tribally.BindTribally(apiKey, u.Email)
if err != nil {