panlei
2019-08-06 e132fa8aa92c23ae299c480366dd0a9be99a01e3
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)
}