From 348b29eca3306aa324964faa57ea29c97d21a141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=88=E6=A3=AE=E5=90=B4?= <8402134@qq.com> Date: Wed, 26 Oct 2022 14:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=BB=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 类库/Api.Framework/Tools/WechatPay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/类库/Api.Framework/Tools/WechatPay.cs b/类库/Api.Framework/Tools/WechatPay.cs index 1a09530..01d1b63 100644 --- a/类库/Api.Framework/Tools/WechatPay.cs +++ b/类库/Api.Framework/Tools/WechatPay.cs @@ -160,7 +160,7 @@ eFGAS17iICAyv3jpUwIDAQAB"; ispaid = false; var item = http.GetItem(url); - item.Timeout = 30000; + item.Timeout = 1000 * 60 * 10; item.ReadWriteTimeout = 20000; item.Encoding = Encoding.UTF8; var data = http.GetHtml(item);