优化接口基础信息解析 + 支持设置接口是否弃用
This commit is contained in:
@ -37,6 +37,8 @@ type UriBaseConfig struct {
|
||||
Description string `json:"description"` // 接口详细描述
|
||||
ParamList []*ParamConfig `json:"param_list"` // 参数列表
|
||||
ResultList []*ResultConfig `json:"result_list"` // 返回值列表
|
||||
Deprecated bool `json:"deprecated"` // 是否弃用
|
||||
OutputStrict bool `json:"output_strict"` // 严格模式
|
||||
}
|
||||
|
||||
// ParamConfig 参数配置
|
||||
|
Reference in New Issue
Block a user