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

+ 3
- 0
consume/dou_shen_user_register_for_official_consume.go Vedi File

@@ -79,6 +79,9 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error {
return err
}
if gimUser == nil {
if db.DBs[msg.MasterId] == nil {
return nil
}
user, err := db.UserFindByMobile(db.DBs[msg.MasterId], strconv.FormatInt(msg.Phone, 10))
if err != nil {
return err


Caricamento…
Annulla
Salva