From 4af2c7cf0abc5cc9c5aec3cdff78b1c93d9c6ff0 Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期一, 18 十一月 2019 20:31:18 +0800 Subject: [PATCH] es数据 --- util/simpleCV_test.go | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/util/simpleCV_test.go b/util/simpleCV_test.go index 4b13129..04d62ce 100644 --- a/util/simpleCV_test.go +++ b/util/simpleCV_test.go @@ -4,10 +4,10 @@ "testing" ) -func TestDrawPolygon(t *testing.T) { - resp,err := DrawPolygonOnImage() - if err != nil { - t.Error("鐢绘鎴栬�呬笂浼犳湁闂") - } - t.Log(resp["fileUrl"].(string)) +func TestDrawPolygonOnImage(t *testing.T) { + //resp,err := DrawPolygonOnImage() + //if err != nil { + // t.Error("鐢绘鎴栬�呬笂浼犳湁闂") + //} + //t.Log("------=============",resp) } \ No newline at end of file -- Gitblit v1.8.0