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