This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_app
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
tmp
dengbiao
2 weeks ago
parent
51d8915768
commit
9d7ef2830e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/hdl/hdl_login.go
+ 1
- 0
app/hdl/hdl_login.go
View File
@@ -144,6 +144,7 @@ func WechatLogin(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
utils.FilePutContents("WechatLogin", utils.SerializeStr(req))
if req.WechatCode == "" {
e.OutErr(c, 400, e.NewErr(400, "获取微信信息失败"))
return
Write
Preview
Loading…
Cancel
Save