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