From c2dd0ed564c93bf0ce4ad278b156b47c1a6792c0 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 16 Oct 2021 21:00:32 +0800 Subject: [PATCH] delete tz field in caiyun (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #7 引入识别 tz 会导致不同跨时区请求出现问题。 --- backends/caiyun.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backends/caiyun.go b/backends/caiyun.go index 8fb677d..0147747 100644 --- a/backends/caiyun.go +++ b/backends/caiyun.go @@ -23,7 +23,6 @@ type CaiyunConfig struct { apiKey string lang string debug bool - tz *time.Location } func (c *CaiyunConfig) Setup() {