浏览代码

更新

three
huangjiajun 1年前
父节点
当前提交
48de46fd72
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      consume/dou_shen_user_register_for_official_consume.go

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

@@ -87,9 +87,6 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
if err != nil {
return err
}
if user == nil {
return errors.New("用户暂未注册im系统")
}
userProfile, err := db.UserProfileFindByID(db.DBs[msg.MasterId], user.Uid)
if err != nil {
return err


正在加载...
取消
保存