panlei
2019-11-07 5ae97eebd0dfcaad32e92f9df7b7f73caad922bf
1
2
3
4
5
6
7
8
9
10
11
12
13
package util
 
import (
    "testing"
)
 
func TestDrawPolygonOnImage(t *testing.T)  {
    //resp,err := DrawPolygonOnImage()
    //if err != nil {
    //    t.Error("画框或者上传有问题")
    //}
    //t.Log("------=============",resp)
}