diff --git a/platformapi/ebaiapi/shop_sku_test.go b/platformapi/ebaiapi/shop_sku_test.go index 74966bd3..1456b210 100644 --- a/platformapi/ebaiapi/shop_sku_test.go +++ b/platformapi/ebaiapi/shop_sku_test.go @@ -53,7 +53,11 @@ func TestSkuGetItemsByCategoryId(t *testing.T) { } func TestSkuList(t *testing.T) { - result, err := api.SkuList("800493", &SkuListParams{}) + result, err := api.SkuList("100829", &SkuListParams{ + Page: 1, + PageSize: 100, + SkuIdOffset: 0, + }) if err != nil { t.Fatal(err) } else {