docs/web/request-validation #320
Replies: 1 comment
-
|
现在遇到一个问题,就是校验定义的错误文本如何做国际化处理,请问有什么官方的方案吗? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/web/request-validation
在GoFrame框架中通过v标签为结构体属性实现请求的输入校验。在示例中,我们讲解了如何使用gvalid模块进行校验,如何设置和解析注册请求的数据结构,以及在出现校验错误时如何处理,并展示了如何通过curl测试接口响应的数据和错误信息。此外,我们提供了不同版本的使用建议,以提高用户体验和代码的易用性。
https://goframe.org/docs/web/request-validation
Beta Was this translation helpful? Give feedback.
All reactions