This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bug fix: when err creating lead record, we should not proceed with priting info.
master
Patrick Peng Sun
8 years ago
parent
98eb95a26e
commit
68dc845cd5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
procGetBasicUserInfo.go
+ 1
- 0
procGetBasicUserInfo.go
View File
@@ -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
Write
Preview
Loading…
Cancel
Save