From 114f123b1994bb953d0b68e4c53c8c4ec68d66c8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期日, 28 六月 2020 18:55:19 +0800
Subject: [PATCH] fix
---
cameraRuleApi.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cameraRuleApi.go b/cameraRuleApi.go
index ef22177..2cb204a 100644
--- a/cameraRuleApi.go
+++ b/cameraRuleApi.go
@@ -25,7 +25,7 @@
}
func (api CameraRuleApi) FindByCameraId(cameraId string) (bool,interface{}) {
- url := api.getBasicUrl() + DATA_URL_PREFIX + "/camera/rule"
+ url := api.getBasicUrl() + DATA_URL_PREFIX + "/camera/rule/findByCameraId"
client := NewClient()
param := map[string]string {
"cameraId": cameraId,
--
Gitblit v1.8.0