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