diff --git a/platformapi/tao_vegetable/api_token.go b/platformapi/tao_vegetable/api_token.go index b6cdc582..05b4609f 100644 --- a/platformapi/tao_vegetable/api_token.go +++ b/platformapi/tao_vegetable/api_token.go @@ -12,9 +12,8 @@ const ( AppSecret = "fda9a7045262e3aa1f26ca508a9be242" ServerUrl = "https://eco.taobao.com/router/rest" // 正式环境https ServerUrl2 = "https://qimen.api.taobao.com/top/router/qmtest" // 沙箱环境https - - ServerUrl3 = "http://qimen.api.taobao.com/top/router/qm" // 正式环境http - ServerUrl4 = "http://qimen.api.taobao.com/top/router/qmtest" // 沙箱环境http + ServerUrl3 = "http://qimen.api.taobao.com/top/router/qm" // 正式环境http + ServerUrl4 = "http://qimen.api.taobao.com/top/router/qmtest" // 沙箱环境http ) func NewTaoVegetable(appKey, appSecret, serverUrl string) *API {