From 349e9bf18e60263d4c8e85d926ff3f6e04e53b6f Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sun, 5 Jan 2020 01:44:15 +0800 Subject: [PATCH] =?UTF-8?q?[#]=20=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E8=A1=A5=E4=B8=81=E5=9C=B0=E5=9D=80=E5=88=A4=E6=96=AD=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=AD=98=E5=9C=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher/Utils/HttpUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevokeMsgPatcher/Utils/HttpUtil.cs b/RevokeMsgPatcher/Utils/HttpUtil.cs index 9c87e7e..7eaaf0f 100644 --- a/RevokeMsgPatcher/Utils/HttpUtil.cs +++ b/RevokeMsgPatcher/Utils/HttpUtil.cs @@ -40,7 +40,7 @@ namespace RevokeMsgPatcher.Utils { Console.WriteLine("第" + (i + 1) + "次请求异常:[" + ex.Message + "]\nURL:" + urls[i]); i++; - if (i > urls.Length) + if (i >= urls.Length) { i = 0; return null;