Commit 80350fd8 by 田超

Merge branch 'fixbug/ip' into 'master'

bug: [none] fixbug 接口IP地址

See merge request rays/pcloud-book!1239
parents 57d41951 4f273a2f
......@@ -715,7 +715,7 @@ public class BookBizImpl implements BookBiz {
params.put("labelName3", Optional.ofNullable(finalBookDto.getPurLabelName()).orElse(""));
params.put("labelName4", "");
}
HttpUtil.post("http://192.168.83.42:8888/getMatchResourceIds", JSONObject.toJSONString(params));
HttpUtil.post("http://192.168.92.169:8888/getMatchResourceIds", JSONObject.toJSONString(params));
});
return bookDto;
......@@ -1680,7 +1680,7 @@ public class BookBizImpl implements BookBiz {
params.put("labelName3", Optional.ofNullable(labelName.get(bookDto.getPurLabelId())).orElse(""));
params.put("labelName4", "");
}
HttpUtil.post("http://192.168.83.42:8888/getMatchResourceIds", JSONObject.toJSONString(params));
HttpUtil.post("http://192.168.92.169:8888/getMatchResourceIds", JSONObject.toJSONString(params));
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment