docs/core/gvalid-faq #199
Replies: 1 comment
-
type CommonPaginationReq struct { 当url参数中page_size只保留 key,则会绕过min:1|max:100的校验,并且也不会设置默认值10 |
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/core/gvalid-faq
在使用GoFrame框架进行数据校验时,Struct默认值对required规则的影响及其解决方案,包括使用指针类型绕过默认值影响、组合校验规则以及Assoc联合校验方法,以确保校验准确性。
https://goframe.org/docs/core/gvalid-faq
Beta Was this translation helpful? Give feedback.
All reactions