panlei
2019-08-30 77a05fa27d55ea7e39aee47f71cb5f74308e5e0e
ruleserver/ruleToformula.go
@@ -140,7 +140,7 @@
}
func CallMiddleware(args *structure.SdkDatas,rule protomsg.GroupRule) ([]*structure.LittleRuleResult, string, string){
   p,err :=  plugin.Open("./algorithm/middleware")
   p,err :=  plugin.Open("./algorithm/middleware.so")
   if err != nil {
      panic(err)
   }