This commit is contained in:
邹宗楠
2023-07-12 11:42:26 +08:00
parent 08d1fe234d
commit 329c247533

View File

@@ -18,7 +18,7 @@ const (
) )
func NewTaoVegetable(appKey, appSecret, serverUrl string) *API { 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 { type API struct {