From e3aaa0b9b08e4e7d72b46762a216ee8c37969d9d Mon Sep 17 00:00:00 2001 From: panlei <2799247126@qq.com> Date: 星期五, 05 七月 2019 11:51:11 +0800 Subject: [PATCH] 修改日志包,一天打一个文件 --- util/simpleCV_test.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util/simpleCV_test.go b/util/simpleCV_test.go index 4b13129..4f8f7c8 100644 --- a/util/simpleCV_test.go +++ b/util/simpleCV_test.go @@ -4,10 +4,10 @@ "testing" ) -func TestDrawPolygon(t *testing.T) { +func TestDrawPolygonOnImage(t *testing.T) { resp,err := DrawPolygonOnImage() if err != nil { t.Error("鐢绘鎴栬�呬笂浼犳湁闂") } - t.Log(resp["fileUrl"].(string)) + t.Log("------=============",resp) } \ No newline at end of file -- Gitblit v1.8.0