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

+ 1
- 0
consume/dou_shen_user_register_for_official_consume.go Vedi File

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


Caricamento…
Annulla
Salva