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