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