bind
This commit is contained in:
@@ -310,7 +310,7 @@ func TestStoreUpdateStock(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestStoreSkuBindStore(t *testing.T) {
|
||||
err := api.StoreSkuBindStore(false, 10024685331653, "1000063128")
|
||||
err := api.StoreSkuBindStore(false, []string{"10024685331653"}, []string{"1000063128"})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user