增加价格排序
This commit is contained in:
parent
771b1ee0e3
commit
7d46d083a8
|
@ -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秒
|
||||
}
|
||||
|
||||
// 发送请求并处理响应
|
||||
|
|
Loading…
Reference in New Issue