增加价格排序

This commit is contained in:
qiyunfanbo126.com 2024-08-02 11:40:34 +08:00
parent 771b1ee0e3
commit 7d46d083a8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func (this *MarketClient) doPost(url string, jsonBytes []byte) (body []byte, err
// 创建HTTP客户端 // 创建HTTP客户端
client := &http.Client{ client := &http.Client{
Timeout: 3 * time.Second, // 设置请求超时时间为5秒 Timeout: 30 * time.Second, // 设置请求超时时间为5秒
} }
// 发送请求并处理响应 // 发送请求并处理响应