|
|
@@ -82,6 +82,7 @@ func handleDouShenUserRegisterConsumeForOfficial(msgData []byte) error { |
|
|
|
if db.DBs[msg.MasterId] == nil { |
|
|
|
return nil |
|
|
|
} |
|
|
|
fmt.Println("===========================", msg.Phone) |
|
|
|
user, err := db.UserFindByMobile(db.DBs[msg.MasterId], strconv.FormatInt(msg.Phone, 10)) |
|
|
|
if err != nil { |
|
|
|
return err |
|
|
|