From 8fee151ffae0c3818694b7318583814bf92663e2 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 27 八月 2021 18:52:28 +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