From 52545f8100817b2a905c040579ef9a2de7868c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 18 Jul 2024 14:46:09 +0800 Subject: [PATCH] 1 --- platformapi/ebaiapi/shop_sku_test.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {