diff --git a/internal/logic/task/bind_tribally_logic.go b/internal/logic/task/bind_tribally_logic.go index 858f20d..147942c 100644 --- a/internal/logic/task/bind_tribally_logic.go +++ b/internal/logic/task/bind_tribally_logic.go @@ -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 {