---
panlei
2019-07-02 ef4901d4f39a8976cc66c7c73fbd519d7ae100ec
insertdata/insertDataToEs.go
@@ -126,6 +126,7 @@
            }
            i := protomsg.Image{}
            err = proto.Unmarshal(bdata, &i)
            log.Println("======================================看看这个框:",face.Location)
            bytes := util.Subimg(i.Data, int(face.Location.X), int(face.Location.Y), int(face.Location.X+face.Location.Width), int(face.Location.Y+face.Location.Height))
            resp, err := util.PostFormBufferData1(weedfsUrl, bytes, uuid.NewV4().String())
            if err != nil {