Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeStatusReq ¶
type ChangeStatusReq struct {
g.Meta `path:"/change/status" method:"post" auth:"true" role:"admin" tags:"sys_config" summary:"更改配置状态接口"`
model.SysConfigChangeStatusReq
}
更改配置状态接口请求参数
type ChangeStatusRes ¶
更改配置状态接口响应参数
type DetailReq ¶
type DetailReq struct {
g.Meta `path:"/detail" method:"get" auth:"true" role:"admin" tags:"sys_config" summary:"配置详情接口"`
}
配置详情接口请求参数
type DetailRes ¶
type DetailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.SysConfigDetailRes
}
配置详情接口响应参数
type RefreshReq ¶ added in v1.4.0
type RefreshReq struct {
g.Meta `path:"/refresh" method:"post" auth:"true" role:"admin" tags:"sys_config" summary:"刷新配置接口"`
model.SysConfigRefreshReq
}
刷新配置接口请求参数
type RefreshRes ¶ added in v1.4.0
刷新配置接口响应参数
type ResetReq ¶
type ResetReq struct {
g.Meta `path:"/reset" method:"post" auth:"true" role:"admin" tags:"sys_config" summary:"重置配置接口"`
model.SysConfigResetReq
}
重置配置接口请求参数
Click to show internal directories.
Click to hide internal directories.