Browse Source

更新

three
huangjiajun 1 year ago
parent
commit
1ffc4edb28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/dou_shen_user_register_for_official_consume.go

+ 1
- 1
consume/dou_shen_user_register_for_official_consume.go View File

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


Loading…
Cancel
Save