gin框架的参数校验采用了validator库
常见的校验:
https://segmentfault.com/a/1190000023725115
https://blog.csdn.net/IT_DREAM_ER/article/details/106649622
gin文档
https://gin-gonic.com/docs/examples/bind-form-data-request-with-custom-struct/
binding:
https://gin-gonic.com/docs/examples/binding-and-validation/