京西和平台商品差异

This commit is contained in:
Rosy-zhudan
2019-08-02 15:33:28 +08:00
parent 6b87bc5f27
commit 06d564331e
3 changed files with 99 additions and 45 deletions

View File

@@ -5,5 +5,7 @@ import (
)
func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) {
CheckSkuDiffBetweenJxAndVendor()
vendorIDList := []string{}
storeIDList := []string{}
CheckSkuDiffBetweenJxAndVendor(vendorIDList, storeIDList)
}