From 1712f9043321f37932eb108dbbe5a7073b33c321 Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Thu, 29 Aug 2024 22:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AF=B9=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b5b559d..1404eb7 100644 --- a/main.go +++ b/main.go @@ -111,7 +111,7 @@ func startServer(opts *config.Options) (err error) { // 设置时区(例如,用于处理时间) time.Local = shanghaiTimeZone // 这会改变默认的本地时区 pidFile := opts.GenPidFile() - console.DownLoadAccountBill() + //console.DownLoadAccountBill() //console.ClearUnpayOrder() //根据启动命令行参数,决定启动哪种服务模式 switch opts.App {