From 3e4f3ce53035d76a10ae4be58f509fd3ed0558a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Mon, 13 Jan 2025 10:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/zltx_v1/internal/transform.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zltx_v1/internal/transform.go b/plugins/zltx_v1/internal/transform.go index b6b6d6b..393f018 100644 --- a/plugins/zltx_v1/internal/transform.go +++ b/plugins/zltx_v1/internal/transform.go @@ -50,7 +50,7 @@ func (c *Config) server() (*core.DctWServer, error) { AppKey: c.AppKey, BaseUri: c.BaseUri, }, - core.WithDebug(true), + core.WithDebug(false), ) }