easy-yapi icon indicating copy to clipboard operation
easy-yapi copied to clipboard

能否支持根据@ApiParam的hidden值忽略生成文档

Open lins3000 opened this issue 1 year ago • 3 comments

能否支持根据@ApiParam的hidden值忽略生成文档?

lins3000 avatar Dec 21 '23 03:12 lins3000

swagger了吗?

tangcent avatar Dec 22 '23 14:12 tangcent

swagger和swagger3都配了

lins3000 avatar Jan 18 '24 03:01 lins3000

https://github.com/tangcent/easy-yapi/blob/e1be9fe9bd5cab6c15a1bebfcd4ca171a7290f37/third/swagger.config#L7 我测试了一下,是正常的:

@ApiParam(hidden = true)
long xxx,

你的用法是怎样的?

tangcent avatar Jan 21 '24 13:01 tangcent