重构评论
This commit is contained in:
@@ -1754,7 +1754,7 @@ public class JDUtil {
|
||||
} else {
|
||||
// 没有本地评论,调用外部接口抓取
|
||||
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请求
|
||||
HttpResponse response = HttpRequest.post(fetchUrl).execute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user