From c32151cdb461bbd605e7336062d7f9d3d22ef127 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Tue, 14 Feb 2023 15:41:32 +0800 Subject: [PATCH] 1 --- platformapi/ebaiapi/shop_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/ebaiapi/shop_test.go b/platformapi/ebaiapi/shop_test.go index f12e2599..96089050 100644 --- a/platformapi/ebaiapi/shop_test.go +++ b/platformapi/ebaiapi/shop_test.go @@ -53,7 +53,7 @@ func TestShopCreate(t *testing.T) { } func TestShopGet(t *testing.T) { - result, err := api.ShopGet2("", 508415109) //2233065879 ,22267134648 + result, err := api.ShopGet2("", 2235877567) //2233065879 ,22267134648 if err != nil { t.Fatal(err) } else { @@ -120,7 +120,7 @@ func TestShopStatusGet(t *testing.T) { } } -//修改ebai平台与本地映射 +//todo 修改ebai平台与本地映射 func TestShopIDBatchUpdate(t *testing.T) { err := api.ShopIDBatchUpdate([]string{utils.Int2Str(2235877567)}, []string{"100920"}) if err != nil {