From f788607ff771a47bc60d6a86e00b3433c40f3d2c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 24 九月 2021 15:22:03 +0800
Subject: [PATCH] 接入视频直播

---
 src/test/java/com/hxh/spring/test/SolrTest.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/test/java/com/hxh/spring/test/SolrTest.java b/src/test/java/com/hxh/spring/test/SolrTest.java
index 1151a67..1892f3d 100644
--- a/src/test/java/com/hxh/spring/test/SolrTest.java
+++ b/src/test/java/com/hxh/spring/test/SolrTest.java
@@ -262,4 +262,18 @@
         }
     }
 
+
+    @Test
+    public void addToAlbum() {
+        albumVideoMapService.add(videoInfoService.getVideoInfo("8441251"));
+    }
+
+
+    @Test
+    public void getById() {
+
+        SolrAlbumVideo solrAlbumVideo = solrDataManager.findOne("8441251");
+        System.out.println(solrAlbumVideo);
+    }
+
 }

--
Gitblit v1.8.0