diff --git a/business/jxstore/event/event.go b/business/jxstore/event/event.go index c8e5e7cbb..c10782004 100644 --- a/business/jxstore/event/event.go +++ b/business/jxstore/event/event.go @@ -166,11 +166,21 @@ func GetCheckVendorCookie(ctx *jxcontext.Context, vendorIDs []int, isAuto bool) } result, err := api.Ebai2API.GetEbaiDepotSku(ebaiapi.EbaiWholeCountryStore, "190700570") if err != nil || len(result) < 1 { + cc := &CheckCookie{} + cc.VendorID = v + cc.VendorOrgCode = "饿百后台饿鲜达全国账号" + cc.Status = "无效" + ccList = append(ccList, cc) errMsg += fmt.Sprintf(" 饿百账号:[饿百后台饿鲜达全国账号]的Cookie无效了!", vv) flag = true } result2, err2 := api.EbaiAPI.GetExianDaSkuDepot("190600741") if err2 != nil || result2 == nil { + cc := &CheckCookie{} + cc.VendorID = v + cc.VendorOrgCode = "饿鲜达供应链系统" + cc.Status = "无效" + ccList = append(ccList, cc) errMsg += fmt.Sprintf(" 饿百账号:[饿鲜达供应链系统]的Cookie无效了!", vv) flag = true }