瀏覽代碼

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

master
Patrick Peng Sun 8 年之前
父節點
當前提交
68dc845cd5
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      procGetBasicUserInfo.go

+ 1
- 0
procGetBasicUserInfo.go 查看文件

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

Loading…
取消
儲存