| cameraRuleApi.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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)