huangjiajun hace 1 año
padre
commit
48de46fd72
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. +0
    -3
      consume/dou_shen_user_register_for_official_consume.go

+ 0
- 3
consume/dou_shen_user_register_for_official_consume.go Ver fichero

@@ -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


Cargando…
Cancelar
Guardar