---
panlei
2019-09-12 10c90ed9d6eb67c93cd978c33d53f887f79bdd88
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)
}