liujiandao
2023-11-02 f9ce7300c4ce1673d06a052e43cb462f8a69c13c
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()