dengbiao 3 semanas atrás
pai
commit
67c5150610
1 arquivos alterados com 0 adições e 4 exclusões
  1. +0
    -4
      app/hdl/hdl_user.go

+ 0
- 4
app/hdl/hdl_user.go Ver arquivo

@@ -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 != "" {


Carregando…
Cancelar
Salvar