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 {