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) }