Commit 2d364772 by wangling

20190517---wangling---修改涉案信息接口链接

parent 0b5173c5
...@@ -50,7 +50,7 @@ public class RyhxServiceImpl implements RyhxService { ...@@ -50,7 +50,7 @@ public class RyhxServiceImpl implements RyhxService {
@Override @Override
public String getAsjxxList(String ryhxSaxxUrl, String zjhm) { public String getAsjxxList(String ryhxSaxxUrl, String zjhm) {
String jsonStr = ""; String jsonStr = "";
String xzurl = ryhxSaxxUrl + "'"+zjhm+"'"; String xzurl = ryhxSaxxUrl + "?zjhm="+zjhm;
HttpUtil http = new HttpUtil(); HttpUtil http = new HttpUtil();
try { try {
jsonStr = http.doPost(xzurl); jsonStr = http.doPost(xzurl);
......
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