瀏覽代碼

update

three
DengBiao 1 年之前
父節點
當前提交
e3d14d07a3
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      consume/dou_shen_user_register_for_official_consume.go

+ 4
- 0
consume/dou_shen_user_register_for_official_consume.go 查看文件

@@ -174,6 +174,10 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
if userGroup == nil {
return errors.New("当前官方群暂未设置群主,请联系管理员!!!")
}
utils2.FilePutContents("handleDouShenUserRegisterConsumeForOfficial", utils2.SerializeStr(map[string]interface{}{
"officialGroup": officialGroup,
"gimUser": gimUser,
}))
//加入群
_, err = utils.GetLogicExtClient(cfg.ImLogicRpc.URL, cfg.ImLogicRpc.PORT).AddGroupMembers(
utils.GetCtx("", strconv.FormatInt(userGroup.UserId, 10), "", msg.MasterId),


Loading…
取消
儲存