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
在生成的结构体的tag中,是form时,如果后面跟了多个tag,那么就会出现问题,json下正常!
StatisticsOverviewReq { StartDate string `form:"startDate" valid:"required~开始日期不能为空"` // 开始日期 EndDate string `form:"endDate" valid:"required~结束日期不能为空"` // 结束日期 }
这样生成出来的json导入到apifox里面就是下面这样的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在生成的结构体的tag中,是form时,如果后面跟了多个tag,那么就会出现问题,json下正常!
这样生成出来的json导入到apifox里面就是下面这样的
The text was updated successfully, but these errors were encountered: