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
goctl-swagger version 20220215 windows/amd64 name应该为type
TypeReq { Type int64 `form:"type,default=0" validate:"oneof=0 1 2 3"` }
执行脚本
goctl api plugin -plugin goctl-swagger="swagger -filename test.json" -api test.api -dir .
"parameters": [ { "name": "oneof=0 1 2 3", "description": "xxx", "in": "query", "required": true, "type": "integer", "format": "int64", "default": "0" }
补充:一个Req里有多个参数,只有这一个参数解析有问题,我单独列出来了
The text was updated successfully, but these errors were encountered:
请把这个问题分配给我一下,谢谢 GitHubUser:zjzjzjzj1874,Link
Sorry, something went wrong.
#88 修复了这个问题
zjzjzjzj1874
No branches or pull requests
goctl-swagger version 20220215 windows/amd64
name应该为type
执行脚本
goctl api plugin -plugin goctl-swagger="swagger -filename test.json" -api test.api -dir .
补充:一个Req里有多个参数,只有这一个参数解析有问题,我单独列出来了
The text was updated successfully, but these errors were encountered: