重构评论

This commit is contained in:
Van0313
2025-05-02 21:03:25 +08:00
parent dba9b08561
commit 58c0d5884c

View File

@@ -1754,7 +1754,7 @@ public class JDUtil {
} else { } else {
// 没有本地评论,调用外部接口抓取 // 没有本地评论,调用外部接口抓取
try { try {
String fetchUrl = "http://192.168.8.169:5000/fetch_comments?product_id=" + product_id; String fetchUrl = "http://192.168.8.6:5000/fetch_comments?product_id=" + product_id;
// 用hutool发起post请求 // 用hutool发起post请求
HttpResponse response = HttpRequest.post(fetchUrl).execute(); HttpResponse response = HttpRequest.post(fetchUrl).execute();