tcp server 用于给andriod 客户端定时发送消息
liuxiaolong
2020-07-28 c096b78dc74191e7746e5c351876a66c683c24e9
controllers/EsController.go
@@ -24,6 +24,9 @@
      return
   }
   videoUrl := getVideoUrlById(id)
   if videoUrl != "" {
      videoUrl = "http://"+videoUrl
   }
   c.JSON(200, map[string]interface{}{
      "success": true,