tcp server 用于给andriod 客户端定时发送消息
fix
liuxiaolong
2021-05-19 ed8c09655a43d9ec44142fb968e5abfbb69416cb
controllers/EsController.go
@@ -24,6 +24,9 @@
      return
   }
   videoUrl := getVideoUrlById(id)
   if videoUrl != "" {
      videoUrl = "http://"+videoUrl
   }
   c.JSON(200, map[string]interface{}{
      "success": true,
@@ -42,7 +45,7 @@
               "filter": [
                   {
                       "term": {
                           "_id": "5q5VxXIBpPOUuw7XfG_L"
                           "_id": `+_id+`
                       }
                   }
               ]