DengBiao hace 1 año
padre
commit
56a22ba1d9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      consume/dou_shen_user_register_for_my_my_fans.go

+ 2
- 2
consume/dou_shen_user_register_for_my_my_fans.go Ver fichero

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


Cargando…
Cancelar
Guardar