Przeglądaj źródła

bug fix: when err creating lead record, we should not proceed with priting info.

master
Patrick Peng Sun 8 lat temu
rodzic
commit
68dc845cd5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      procGetBasicUserInfo.go

+ 1
- 0
procGetBasicUserInfo.go Wyświetl plik

@@ -40,6 +40,7 @@ func (m *getBasicUserInfoDef) summary(ss *openIDSessionData) {
kfSendTxt(ss.OpenID, "您在系统中并没有记录, 为您创建新纪录")
} else {
log.Printf("ERROR creating Lead for OpenID %s\n %s", ss.OpenID, err)
return
}
}
//main photo

Ładowanie…
Anuluj
Zapisz