dengbiao 3 weeks ago
parent
commit
67c5150610
1 changed files with 0 additions and 4 deletions
  1. +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 != "" {


Loading…
Cancel
Save