jdshopapi修改

This commit is contained in:
苏尹岚
2020-05-09 15:11:33 +08:00
parent 928c91a742
commit df80169613
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
package jdshop
import (
"fmt"
"regexp"
"git.rosy.net.cn/baseapi/platformapi/jdshopapi"
@@ -215,8 +214,6 @@ func updateOrCreateCategories(storeCat *dao.SkuStoreCatInfo, isCreate bool) (err
createShopCategoryParam2.ID = storeCat.VendorCatID
}
createShopCategoryParams = append(createShopCategoryParams, createShopCategoryParam2)
fmt.Println("test11111111111111111111", utils.Format4Output(api.JdShopAPI.GetCookieCount(), false))
fmt.Println("test11111111111111111111", utils.Format4Output(api.JdShopAPI.APICookie, false))
err = api.JdShopAPI.CreateShopCategory(createShopCategoryParams)
return err
}