1
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user