From 082e2de18003c0f8ac8c9e3ae0afb7aaf4706aa7 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Thu, 23 Sep 2021 13:02:25 +0800 Subject: [PATCH] =?UTF-8?q?add=20sms=E6=9C=AA=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/available.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/available.go b/models/available.go index 097e762..6a6e527 100644 --- a/models/available.go +++ b/models/available.go @@ -124,6 +124,7 @@ func initCookie() { //l := len(cks) for i := range cks { if cks[i].Available == True && !CookieOK(&cks[i]) { + logs.Info("开始禁用") cks[i].OutPool() } }