商品分类
This commit is contained in:
@@ -371,7 +371,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
|
|||||||
images []*jdshopapi.CreateSkuParamImages
|
images []*jdshopapi.CreateSkuParamImages
|
||||||
vendorCatID int
|
vendorCatID int
|
||||||
)
|
)
|
||||||
if storeSku.VendorCatID == "" {
|
if storeSku.VendorCatID == "0" {
|
||||||
fmt.Println("testCat", storeSku.VendorCatID)
|
fmt.Println("testCat", storeSku.VendorCatID)
|
||||||
resultCat, _ := api.JdShopAPI.FindShopCategories()
|
resultCat, _ := api.JdShopAPI.FindShopCategories()
|
||||||
for _, v := range resultCat {
|
for _, v := range resultCat {
|
||||||
|
|||||||
Reference in New Issue
Block a user