From 1ffc4edb285fc4f5fd5145693b583dc9da939c1a Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Thu, 3 Aug 2023 10:46:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consume/dou_shen_user_register_for_official_consume.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consume/dou_shen_user_register_for_official_consume.go b/consume/dou_shen_user_register_for_official_consume.go index 7ece795..e224e89 100644 --- a/consume/dou_shen_user_register_for_official_consume.go +++ b/consume/dou_shen_user_register_for_official_consume.go @@ -88,7 +88,7 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error { return err } if user == nil { - return errors.New("用户没找到") + return errors.New("用户暂未注册im系统") } userProfile, err := db.UserProfileFindByID(db.DBs[msg.MasterId], user.Uid) if err != nil {