From eb177c3a4716787af5c72cf053aa0bf354f8016d Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 15 十一月 2019 15:54:52 +0800 Subject: [PATCH] 灵敏度改为90 --- algorithm/face/face.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithm/face/face.go b/algorithm/face/face.go index d692b01..2a46afc 100644 --- a/algorithm/face/face.go +++ b/algorithm/face/face.go @@ -8,8 +8,8 @@ "strconv" ) // 浜鸿劯绠楁硶 -func Entrance(rule *protomsg.Rule, am *structure.AreaMap) structure.LittleRuleResult { - logger.Debug("---------璧颁簡浜鸿劯绠楁硶",rule.Id,rule.SdkArgAlias,rule.Operator,rule.SdkArgValue,am.AreaId) +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) } -- Gitblit v1.8.0