From d5dacb193615c0f8407b0179bde40b4cea3b8da0 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 21 Mar 2023 10:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taobao/elm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taobao/elm.go b/taobao/elm.go index e61a9db..6fead6a 100644 --- a/taobao/elm.go +++ b/taobao/elm.go @@ -10,7 +10,7 @@ import ( ) const ( - ELM_URL = "https://gw.api.taobao.com/router/rest" + ELM_URL = "https://eco.taobao.com/router/rest" ) func ElemePromotionOfficialactivityGet(ak, sk string, args map[string]interface{}) (*response.AlibabaAlscUnionElemePromotionOfficialactivityGetResponse, error) {