Loading...
控制器var captchaRequest request.VerifyCodeRequest if err := ctx.ShouldBindWith(&captchaRequest, binding.JSON); err != nil { helper.Info(err.Error()) ReturnError(ctx, defined.ERROR_500) ...