Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigAllFuncService ¶
type ConfigAllFuncService struct {
funchandler.FuncService
}
func NewConfigAllFuncService ¶
func NewConfigAllFuncService() *ConfigAllFuncService
func (*ConfigAllFuncService) Execute ¶
func (this *ConfigAllFuncService) Execute(c *gin.Context)
@Summary 配置服务 @Tags 配置服务 @Description 配置服务 @Produce json @Success 200 {object} basedto.IchubResult "成功" @Failure 400 {object} string "请求错误" @Failure 500 {object} string "内部错误" @Router /config/all [get]
Click to show internal directories.
Click to hide internal directories.