From 329c247533aaec8d62f1faa8ff3f448ae59a0489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 12 Jul 2023 11:42:26 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/api_token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/api_token.go b/platformapi/tao_vegetable/api_token.go index b87f1da5..b6cdc582 100644 --- a/platformapi/tao_vegetable/api_token.go +++ b/platformapi/tao_vegetable/api_token.go @@ -18,7 +18,7 @@ const ( ) func NewTaoVegetable(appKey, appSecret, serverUrl string) *API { - return &API{client: topsdk.NewDefaultTopClient(appKey, appSecret, serverUrl, 2000, 2000)} + return &API{client: topsdk.NewDefaultTopClient(appKey, appSecret, serverUrl, 10000, 10000)} } type API struct {