Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Patrick
/
wechat_hitxy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
bug fix: when err creating lead record, we should not proceed with priting info.
master
Patrick Peng Sun
hace 8 años
padre
98eb95a26e
commit
68dc845cd5
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
procGetBasicUserInfo.go
+ 1
- 0
procGetBasicUserInfo.go
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar