We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version go1.23.3 windows/amd64
v2.8.3
Option Yes
使用默认的规范路由写法定义controller层出参入参,默认应该是application/json 请求。 前端传递了非法的JSON。gf没有任何错误提醒。
request := g.RequestFromCtx(ctx) fmt.Println(request.GetBodyString())
应该提示参数格式不对吧?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Go version
go version go1.23.3 windows/amd64
GoFrame version
v2.8.3
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
使用默认的规范路由写法定义controller层出参入参,默认应该是application/json 请求。
前端传递了非法的JSON。gf没有任何错误提醒。
What did you see happen?
request := g.RequestFromCtx(ctx)
fmt.Println(request.GetBodyString())
What did you expect to see?
应该提示参数格式不对吧?
The text was updated successfully, but these errors were encountered: