sqlite的api,便于内部使用
liuxiaolong
2020-06-23 3e911557e8e81cd5eff794e03a54c30f036f9ed5
cameraRuleApi.go
@@ -117,7 +117,7 @@
   return res.Success
}
func (api CameraRuleApi) FindAll(groupId string) (flag bool,allRules []protomsg.CameraAndRules) {
func (api CameraRuleApi) FindAll() (flag bool,allRules []protomsg.CameraAndRules) {
   url := api.getBasicUrl() + DATA_URL_PREFIX + "/camera/rule/findAll"
   client := NewClient()
   body, err := client.DoGetRequest(url, nil,nil)