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

Java后端入参类型是List<Object>,生成的代码入参是Object,不识别List格式 #393

Open
JiguBigu opened this issue Aug 14, 2023 · 1 comment

Comments

@JiguBigu
Copy link

Java格式

image

生成的代码

image
@JiguBigu
Copy link
Author

JiguBigu commented Aug 14, 2023

swagger解析入参

image

"parameters":[{"name":"verifyItems[0].fileContent","in":"query","description":"文件内容 (url/文本内容)","required":false,"type":"string"},{"name":"verifyItems[0].fileExtension","in":"query","description":"文件后缀 (文本无需填写)","required":false,"type":"string"},{"name":"verifyItems[0].fileType","in":"query","description":"文件类型: text/audio/image/video/file","required":false,"type":"string"},{"name":"verifyItems[0].identifier","in":"query","description":"文件标识 (无特殊字符,长度不超过128)","required":false,"type":"string"},{"name":"verifyItems[0].objectId","in":"query","description":"oss ObjectId","required":false,"type":"string"}]

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