algorithm/face/face.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 filterRule(rule,am) }