比如说这个session参数,怎么隐藏呢,swagger版本2.8的
添加@ApiIgnore注解
隐藏基础类型简单,隐藏对象才费劲
@ApiModelProperty(hidden = true)这样试试