From d16115b415ce9627dc86590ee8594f8f8d7c5408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 16 Feb 2023 14:20:16 +0800 Subject: [PATCH] =?UTF-8?q?elm=20=E5=B9=B3=E5=8F=B0id=E5=92=8C=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E9=97=A8=E5=BA=97id=E6=98=A0=E5=B0=84=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/ebaiapi/shop_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/ebaiapi/shop_test.go b/platformapi/ebaiapi/shop_test.go index 96089050..07d0ce04 100644 --- a/platformapi/ebaiapi/shop_test.go +++ b/platformapi/ebaiapi/shop_test.go @@ -122,7 +122,7 @@ func TestShopStatusGet(t *testing.T) { //todo 修改ebai平台与本地映射 func TestShopIDBatchUpdate(t *testing.T) { - err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"100920"}) + err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"668815"}) if err != nil { t.Fatal(err) }