liuxiaolong
2021-03-05 11a04ff41abe8e84925249c7118e7b47150fb0ff
cameraRuleApi.go
@@ -254,7 +254,10 @@
   if !res.Success {
      return false
   }
   return res.Data.(bool)
   if v,ok := res.Data.(bool);ok {
      return v
   }
   return false
}