修复验证cookie自动报警
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user