From 0e65a8a02d2ed443108c6eb1d503aea3ba3cc212 Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Wed, 31 Jul 2024 15:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=B7=E6=A0=BC=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/third/youchu/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/third/youchu/config.go b/app/third/youchu/config.go index 17184b6..8804320 100644 --- a/app/third/youchu/config.go +++ b/app/third/youchu/config.go @@ -54,7 +54,7 @@ func (this *YouChuClient) doPost(url string, partnerTxSriNo string, method strin // 创建HTTP客户端 client := &http.Client{ - Timeout: 3 * time.Second, // 设置请求超时时间为5秒 + Timeout: 60 * time.Second, // 设置请求超时时间为5秒 } // 发送请求并处理响应