From 124534c09007725d0a48ad5477e8f44d27e90157 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 6 Dec 2022 16:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/v2/controller/app/switch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/v2/controller/app/switch.go b/internal/v2/controller/app/switch.go index 1513bd0..7c9dc1f 100644 --- a/internal/v2/controller/app/switch.go +++ b/internal/v2/controller/app/switch.go @@ -11,6 +11,6 @@ type Switch struct { // Switch @Title 开关 func (s *Switch) Switch(c *gin.Context) { back.Suc(c, "操作成功", map[string]interface{}{ - "condole": 1, + "condole": 0, }) }