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, }) }