cookie检查测试

This commit is contained in:
苏尹岚
2020-04-13 13:40:04 +08:00
parent bc9b7ea059
commit 3e34509f86
3 changed files with 4 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ func GetCheckVendorCookie(ctx *jxcontext.Context, vendorIDs []int, isAuto bool)
errMsg += fmt.Sprintf(" 美团账号:[%v]的Cookie无效了", vv)
flag = true
}
globals.SugarLogger.Debugf("cookieCheck", err)
}
case model.VendorIDJD:
result, err := jd.GetAPI(vv).GetJdUpcCodeByName("", jdUpcCode, 1, 5)