1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user