|
@@ -258,7 +258,7 @@ public class ZsyzSbbzbServiceImpl implements IZsyzSbbzbService {
|
|
|
map.put("Token", Md5Utils.hash(sb.toString()).toUpperCase());
|
|
|
StringBuilder sbd = new StringBuilder();
|
|
|
sbd.append("key=").append(KEY).append("&").append("searchKey=").append(searchKey);
|
|
|
- String s = HttpUtils.sendGetMap("http://api.qichacha.com/FuzzySearch/GetList",sbd.toString(),map);
|
|
|
+ String s = HttpUtils.sendGetMap("https://api.qichacha.com/FuzzySearch/GetList",sbd.toString(),map);
|
|
|
JSONObject result = JSONObject.parseObject(s);
|
|
|
JSONArray resultOut = result.getJSONArray("Result");
|
|
|
if (resultOut != null){
|