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
Merge branch 'master' of
https://code.fnuoos.com/EggPlanet/egg_app
tmp
dengbiao
3 weeks ago
parent
5d988324c3
8bdb263e54
commit
67c5150610
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
app/hdl/hdl_user.go
+ 0
- 4
app/hdl/hdl_user.go
View File
@@ -221,10 +221,6 @@ func BindUserInfo(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
if req.WechatAccount == "" {
e.OutErr(c, 400, e.NewErr(400, "微信号不能为空"))
return
}
ownUser := svc.GetUser(c)
cols := ""
if req.Nickname != "" {
Write
Preview
Loading…
Cancel
Save