From 229f1d181b13f2c400ecc0a40c6d587f27f8a094 Mon Sep 17 00:00:00 2001 From: jager Date: Mon, 24 Mar 2025 20:59:39 +0800 Subject: [PATCH] fix: tip --- internal/logic/task/bind_tribally_logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {