huangjiajun před 1 rokem
rodič
revize
2be5822406
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      consume/dou_shen_user_register_for_official_consume.go

+ 1
- 0
consume/dou_shen_user_register_for_official_consume.go Zobrazit soubor

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


Načítá se…
Zrušit
Uložit