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秒 } // 发送请求并处理响应