tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2019-06-10 8ae3e4d22345fd96b747124d79a4a9bda63dd694
esutil/EsClient.go
@@ -81,6 +81,7 @@
            return errors.New("picMaxurl is not string"), nil
         }
         if !strings.HasPrefix(pmax, "http") {
            source["picMaxUrl"] = picurl + pmax
@@ -95,6 +96,10 @@
            source["picSmUrl"] = picurl + psm
         }
         if source["sdkType"] != "人脸" {//行为没有存储大图
            source["picMaxUrl"] = source["picSmUrl"]
         }
         prace, exist := source["Race"]
         if exist {
            source["race"] = prace