From b84c14cd03f5648fe7a0a54e62d9bfb499651751 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 13:56:20 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/api_token.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {