This commit is contained in:
邹宗楠
2024-07-18 14:46:09 +08:00
parent 42108e9793
commit 52545f8100

View File

@@ -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 {