소스 검색

迁移接口

xueyiming 3 달 전
부모
커밋
d7e12188bb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/remote/impl/MatchServiceImpl.java

+ 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));