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