瀏覽代碼

update

three
DengBiao 1 年之前
父節點
當前提交
1757d16d20
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      consume/dou_shen_user_register_for_official_consume.go

+ 1
- 1
consume/dou_shen_user_register_for_official_consume.go 查看文件

@@ -78,7 +78,7 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
if officialGroup == nil {
groupName := "官方[1]群"
//3、创建群
resp, err := utils.GetLogicExtClient(cfg.ImLogicRpc.URL, cfg.ImLogicRpc.PORT).CreateGroup(utils.GetCtx("", "13231", "74802", msg.MasterId), &pb.CreateGroupReq{
resp, err := utils.GetLogicExtClient(cfg.ImLogicRpc.URL, cfg.ImLogicRpc.PORT).CreateGroup(utils.GetCtx("", "11", "4", msg.MasterId), &pb.CreateGroupReq{
Name: groupName,
AvatarUrl: "",
Introduction: "官方群",


Loading…
取消
儲存