Browse Source

Merge branch 'dev-xym-update-url' of Server/long-article-manage into master

xueyiming 1 tháng trước cách đây
mục cha
commit
c6d9c310ec

+ 2 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/remote/impl/MatchServiceImpl.java

@@ -20,7 +20,8 @@ public class MatchServiceImpl implements MatchService {
 
     @Override
     public Integer matchMiniprogramVideo(MiniprogramCardRequest request) {
-        String apiUrl = "http://47.99.132.47:8111/search_videos";
+//        String apiUrl = "http://47.99.132.47:8111/search_videos";
+        String apiUrl = "http://101.37.174.139:80/matchVideo/searchVideos";
         try {
             log.info("matchMiniprogramVideo request={}", request);
             String res = HTTP_POOL_CLIENT_UTIL_DEFAULT.post(apiUrl, JSON.toJSONString(request));