diff --git a/app/third/market/config.go b/app/third/market/config.go index 2cf5ab5..0987bc6 100644 --- a/app/third/market/config.go +++ b/app/third/market/config.go @@ -71,7 +71,7 @@ func (this *MarketClient) doPost(url string, jsonBytes []byte) (body []byte, err // 创建HTTP客户端 client := &http.Client{ - Timeout: 3 * time.Second, // 设置请求超时时间为5秒 + Timeout: 30 * time.Second, // 设置请求超时时间为5秒 } // 发送请求并处理响应