|
|
@@ -81,6 +81,9 @@ func handleDouShenUserRegisterConsumeForOperationCenter(msgData []byte) error { |
|
|
|
} |
|
|
|
|
|
|
|
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 |
|
|
|