From 1c6ad584e3038cf3fa12af00626c3e6dc17650fc Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Thu, 23 Sep 2021 15:39:31 +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/db.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/db.go b/models/db.go index 57ea238..18ee301 100644 --- a/models/db.go +++ b/models/db.go @@ -246,7 +246,7 @@ func (ck *JdCookie) OutPool() (string, error) { us[PtKey] = "" logs.Info("开始禁用") } else { - us[Available] = True + us[Available] = False us[PtKey] = jp.PtKey } e := tx.Model(ck).Updates(us).RowsAffected