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" role:"admin" tags:"sys_config" method:"post" summary:"更改配置状态接口"`
model.SysConfigChangeStatusReq
}
更改配置状态接口请求参数
type ChangeStatusRes ¶
更改配置状态接口响应参数
type DetailReq ¶
type DetailReq struct {
g.Meta `path:"/detail" role:"admin" tags:"sys_config" method:"get" summary:"配置详情接口"`
}
配置详情接口请求参数
type DetailRes ¶
type DetailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.SysConfigDetailRes
}
配置详情接口响应参数
type ResetReq ¶
type ResetReq struct {
g.Meta `path:"/reset" role:"admin" tags:"sys_config" method:"post" summary:"重置配置接口"`
model.SysConfigResetReq
}
重置配置接口请求参数
Click to show internal directories.
Click to hide internal directories.