From 4d21ccf808d91239f9200b15a46977f79b5cb199 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期一, 01 七月 2019 18:46:20 +0800
Subject: [PATCH] cache

---
 util/simpleCV_test.go |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/util/simpleCV_test.go b/util/simpleCV_test.go
index 7030d18..4b13129 100644
--- a/util/simpleCV_test.go
+++ b/util/simpleCV_test.go
@@ -4,6 +4,10 @@
 	"testing"
 )
 
-func TestCvRTSP(t *testing.T)  {
-	CvRTSP()
+func TestDrawPolygon(t *testing.T)  {
+	resp,err := DrawPolygonOnImage()
+	if err != nil {
+		t.Error("鐢绘鎴栬�呬笂浼犳湁闂")
+	}
+	t.Log(resp["fileUrl"].(string))
 }
\ No newline at end of file

--
Gitblit v1.8.0