api/v1/system/sys_system.go
@@ -17,7 +17,7 @@ // @Summary 获取配置文件内容 // @Security ApiKeyAuth // @Produce application/json // @Success 200 {object} response.Response{data=systemRes.SysConfigResponse,msg=string} "获取配置文件内容,返回包括系统配置" // @Success 200 {object} response.Response{data=system.System,msg=string} "获取配置文件内容,返回包括系统配置" // @Router /system/getSystemConfig [post] func (s *SystemApi) GetSystemConfig(c *gin.Context) { config, err := systemConfigService.GetSystemConfig()