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 {