huangjiajun 1 anno fa
parent
commit
1ffc4edb28
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      consume/dou_shen_user_register_for_official_consume.go

+ 1
- 1
consume/dou_shen_user_register_for_official_consume.go Vedi 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 {


Caricamento…
Annulla
Salva