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 {