diff --git a/consume/dou_shen_user_register_for_my_my_fans.go b/consume/dou_shen_user_register_for_my_my_fans.go index 6dd0238..2b81c21 100644 --- a/consume/dou_shen_user_register_for_my_my_fans.go +++ b/consume/dou_shen_user_register_for_my_my_fans.go @@ -72,12 +72,12 @@ func handleDouShenUserRegisterConsumeForMyFans(msgData []byte) error { return errors.New("用户暂未注册im系统") } - groupName := gimUser.Nickname + "-粉丝[1]群" + groupName := "我的粉丝[1]群" //3、创建群 resp, err := utils.GetLogicExtClient(cfg.ImLogicRpc.URL, cfg.ImLogicRpc.PORT).CreateGroup(utils.GetCtx("", utils2.Int64ToStr(gimUser.Id), "", msg.MasterId), &pb.CreateGroupReq{ Name: groupName, AvatarUrl: "", - Introduction: "粉丝群", + Introduction: gimUser.Nickname + "的粉丝群", Extra: "", MemberIds: nil, })