From 9cd362240315ecb0b3e3d36969a575f285400c47 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期四, 13 五月 2021 18:31:21 +0800
Subject: [PATCH] add gb28181 GetAllSubServer and SaveGb28181CamTree func
---
client.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/client.go b/client.go
index d3539b0..21ed3cc 100644
--- a/client.go
+++ b/client.go
@@ -13,7 +13,7 @@
//PUT
DoPutRequest(url string, contentType string, body map[string]interface{}, headers map[string]string) ([]byte, error)
//DELETE
- DoDeleteRequest(url string, contentType string, body map[string]interface{}, headers map[string]string) ([]byte, error)
+ DoDeleteRequest(url string, contentType string, body map[string]interface{}, params map[string]string, headers map[string]string) ([]byte, error)
}
var BASIC_URL = "http://127.0.0.1:8001"
--
Gitblit v1.8.0