增加价格排序

This commit is contained in:
qiyunfanbo126.com 2024-07-31 15:24:30 +08:00
parent 3b5008f755
commit 0e65a8a02d
1 changed files with 1 additions and 1 deletions

View File

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