jsshopapi 测试

This commit is contained in:
苏尹岚
2020-05-09 15:01:29 +08:00
parent 0a92c39412
commit 928c91a742

View File

@@ -215,7 +215,8 @@ func updateOrCreateCategories(storeCat *dao.SkuStoreCatInfo, isCreate bool) (err
createShopCategoryParam2.ID = storeCat.VendorCatID
}
createShopCategoryParams = append(createShopCategoryParams, createShopCategoryParam2)
fmt.Println("test11111111111111111111", utils.Format4Output(api.JdShopAPI, false))
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
}