This commit is contained in:
邹宗楠
2022-08-17 17:35:21 +08:00
parent deebdd0f5b
commit d30d4146ff
2 changed files with 4 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ func TestGetFullStoreSkus(t *testing.T) {
}
func TestGetStoreSkus(t *testing.T) {
skuList, err := GetStoreSkus(GetDB(), model.VendorIDMTWM, 100134, nil)
skuList, err := GetStoreSkus(GetDB(), model.VendorIDMTWM, 800165, []int{30969})
if err != nil {
t.Fatal(err)
}