From 4c69f121002896db4f143b435f0cd8107d17a2d3 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Sun, 3 Oct 2021 20:28:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=B3=A8=E9=87=8A=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/available.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/available.go b/models/available.go index 1e18846..4f98040 100644 --- a/models/available.go +++ b/models/available.go @@ -242,7 +242,7 @@ func CookieOK(ck *JdCookie) bool { } ui := &UserInfoResult{} if nil != json.Unmarshal(data, ui) { - (&JdCookie{}).Push("第一个接口失效,切换到第二个接口,可能黑IP") + //(&JdCookie{}).Push("第一个接口失效,切换到第二个接口,可能黑IP") b2 := av2(cookie) if b2 == false { if ck.Available == True {