From 3e911557e8e81cd5eff794e03a54c30f036f9ed5 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 23 六月 2020 15:35:02 +0800
Subject: [PATCH] fix func arg
---
cameraRuleApi.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cameraRuleApi.go b/cameraRuleApi.go
index 7e60a29..8180981 100644
--- a/cameraRuleApi.go
+++ b/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)
--
Gitblit v1.8.0