From c302b32367316eb1175469f647c0bf560bf12874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Thu, 8 Jun 2023 22:08:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(park):=E4=BF=AE=E6=94=B9=E5=9B=AD=E5=8C=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=BC=96=E8=BE=91=E6=97=B6=E7=BB=99=E5=87=BA?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/park.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/park.go b/controller/park.go index 1c70ff6..eb68a84 100644 --- a/controller/park.go +++ b/controller/park.go @@ -159,7 +159,7 @@ func modifySpecificPark(c *fiber.Ctx) error { parkLog.Error("无法更新园区信息。", zap.String("park id", parkId), zap.String("user id", session.Uid), zap.Error(err)) return result.Error(http.StatusInternalServerError, err.Error()) } - return result.Updated("已获取到指定园区的详细信息") + return result.Updated("已更新指定园区的详细信息") } // 修改指定园区的可用性