easy-yapi
easy-yapi copied to clipboard
能否支持根据@ApiParam的hidden值忽略生成文档
能否支持根据@ApiParam的hidden值忽略生成文档?
配swagger了吗?
swagger和swagger3都配了
https://github.com/tangcent/easy-yapi/blob/e1be9fe9bd5cab6c15a1bebfcd4ca171a7290f37/third/swagger.config#L7 我测试了一下,是正常的:
@ApiParam(hidden = true)
long xxx,
你的用法是怎样的?