修复验证cookie自动报警

This commit is contained in:
苏尹岚
2020-01-19 08:27:34 +08:00
parent 7a607b3c9c
commit 3fe8835d4d

View File

@@ -192,7 +192,7 @@ func GetCheckVendorCookie(ctx *jxcontext.Context, vendorIDs []int, isAuto bool)
// ccList = append(ccList, cc)
// }
}
if isAuto && len(ccList) > 0 {
if isAuto && errMsg != "" {
globals.SugarLogger.Warnf("GetCheckVendorCookie[%v]", errMsg)
}
return ccList, err