diff --git a/controller/foundation.go b/controller/foundation.go index 65cab6b..28fbd28 100644 --- a/controller/foundation.go +++ b/controller/foundation.go @@ -19,6 +19,6 @@ func getNormAuthorizedLossRate(c *fiber.Ctx) error { result := response.NewResult(c) BaseLoss := config.BaseLoss return result.Success("已经获取到系统设置的基准核定线损率。", - fiber.Map{"normAuthorizedLossRate": BaseLoss}, + fiber.Map{"normAuthorizedLossRate": BaseLoss.Base}, ) }