algorithm/middleware/middleware.go
@@ -12,7 +12,7 @@ "time" ) func Entrance (args *structure.SdkDatas,groupRule protomsg.GroupRule) { func Entrance (args *structure.SdkDatas,groupRule protomsg.GroupRule) ([]*structure.LittleRuleResult,string,string){ resultSplice := []*structure.LittleRuleResult{} sdkNames := "" polygonId := "" @@ -150,6 +150,7 @@ } } } return resultSplice,sdkNames,polygonId } func timeRuleResult(rule *protomsg.Rule, am *structure.AreaMap) structure.LittleRuleResult {