---
panlei
2019-12-17 f88705a2c1adaa093d61d4575c4705f3b05f684c
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)
}