zhangqian
2024-02-06 a6fc9e77e6f11c732c6f99065cfdae88d392f8bd
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()