Skip to content
New issue

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

生成form的req时,解析有问题 #110

Open
mengyan258 opened this issue Jul 22, 2024 · 0 comments
Open

生成form的req时,解析有问题 #110

mengyan258 opened this issue Jul 22, 2024 · 0 comments

Comments

@mengyan258
Copy link

在生成的结构体的tag中,是form时,如果后面跟了多个tag,那么就会出现问题,json下正常!

	StatisticsOverviewReq {
		StartDate string `form:"startDate" valid:"required~开始日期不能为空"` // 开始日期
		EndDate   string `form:"endDate" valid:"required~结束日期不能为空"`   // 结束日期
	}

这样生成出来的json导入到apifox里面就是下面这样的
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant