From 8121a59f861d0ebc92d25dcfe07af766a8d46804 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Mon, 27 Sep 2021 15:09:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=8E=BB=E9=99=A4jdpool=E4=B8=AD?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E5=AD=97=E6=AE=B5?= 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 0b3aa1f..98d9a27 100644 --- a/models/db.go +++ b/models/db.go @@ -244,7 +244,7 @@ func (ck *JdCookie) OutPool() (string, error) { us[PtKey] = "" logs.Info("开始禁用") } else { - us[Available] = False + us[Available] = True us[PtKey] = jp.PtKey } e := tx.Model(ck).Updates(us).RowsAffected