liuxiaolong
2019-06-26 34f6ef171cd4a3af17d5a3b7bcfc01797ae6addf
test
1个文件已修改
3 ■■■■ 已修改文件
service/FaceSdkService.go 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service/FaceSdkService.go
@@ -3,7 +3,6 @@
import (
    "basic.com/pubsub/protomsg.git"
    "basic.com/valib/deliver.git"
    "encoding/json"
    "fmt"
    "github.com/gogo/protobuf/proto"
    "github.com/satori/go.uuid"
@@ -59,7 +58,7 @@
            select {
            case is := <- imgPushChan:
                fmt.Println("imgPushChan in")
                b, _ := json.Marshal(is)
                b, _ := proto.Marshal(&is)
                client_push.Send(b)
            default:
                //fmt.Println("no img in")