银豹cookie

This commit is contained in:
苏尹岚
2020-03-26 15:50:16 +08:00
parent 29b174d352
commit f51cb4d818

View File

@@ -179,6 +179,7 @@ func (p *PurchaseHandler) GetStoreAllCategories(ctx *jxcontext.Context, storeID
func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID int, vendorStoreID string, storeCat *dao.SkuStoreCatInfo) (err error) {
if globals.EnableYbStoreWrite {
api.YinBaoAPI.SetCookie("pageOpenCount", utils.Int2Str(api.YinBaoAPI.GetPageCount()))
fmt.Println("test11111111111111111111111111111111111111", api.YinBaoAPI.GetPageCount())
vendorOrgCode, err := getVendorOrgCode(storeID)
if err != nil {
return err