algorithm/faceCompare/faceCompare.go
@@ -8,7 +8,7 @@ "strconv" ) // 人脸算法 func Entrance(rule *protomsg.Rule, am *structure.AreaMap) structure.LittleRuleResult { func Entrance(rule *protomsg.Rule, am *structure.AreaMap,lable *structure.Others,args *structure.SdkDatas,message *protomsg.SdkMessage) structure.LittleRuleResult { logger.Debug("---------走了人脸比对算法",rule.Id,rule.SdkArgAlias,rule.Operator,rule.SdkArgValue,am.AreaId) return filterRule1(rule,am) }