# Functions
GetSystemConfig @Summary get system config @Description get system config @Tags get system config @Accept json @Produce json @Security ApiKeyAuth @Param getSystemConfigReq query message.GetSystemConfigReq true "system config key" @Success 200 {object} controller.CommonResult{data=message.GetSystemConfigResp} @Failure 401 {object} controller.CommonResult @Failure 403 {object} controller.CommonResult @Failure 500 {object} controller.CommonResult @Router /config/ [get].
UpdateSystemConfig @Summary update system config @Description UpdateSystemConfig @Tags UpdateSystemConfig @Accept json @Produce json @Security ApiKeyAuth @Param systemConfig body message.UpdateSystemConfigReq true "system config for update" @Success 200 {object} controller.CommonResult{data=message.UpdateSystemConfigResp} @Failure 401 {object} controller.CommonResult @Failure 403 {object} controller.CommonResult @Failure 500 {object} controller.CommonResult @Router /config/update [post].