Explorar el Código

调整创建pageurl环境

Joe hace 7 meses
padre
commit
395bb3419c

+ 1 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/strategy/reply/impl/BuckStrategyV1.java

@@ -44,7 +44,7 @@ public class BuckStrategyV1 implements ReplyStrategyService {
 
     private static final String CDN_URL = "https://rescdn.piaoquantv.com/";
 
-    private static final String GET_SMALL_PAGE_URL = "https://testapi.piaoquantv.com";
+    private static final String GET_SMALL_PAGE_URL = "https://api.piaoquantv.com";
 
     @Autowired
     private AlgGhAutoreplyVideoRankDataMapper algGhAutoreplyVideoRankDataMapper;