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