fix
wangpengfei
2023-08-24 13758bde7d19cb2738a801de46052ae284ff6a7e
pkg/contextx/contextx.go
@@ -42,7 +42,7 @@
   if params != nil {
      if err := r.ctx.ShouldBind(params); err != nil {
         logx.Errorf("bind param error: %v", err.Error())
         r.Fail(ecode.ParamsErr)
         r.FailWithMsg(ecode.ParamsErr, err.Error())
         return
      }
   }