|
|
@@ -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, |
|
|
|
}) |
|
|
|