yujian
2020-04-15 c6b718c3cadf5e5fff4c2a47fd1247842439f8c7
fanli/src/main/java/com/yeshi/fanli/util/TaoBaoHttpUtil.java
@@ -277,7 +277,9 @@
      // result = get("http://118.178.179.189/taoke/", params, false);
      // if (StringUtil.isNullOrEmpty(result))
      String result = get("http://gw.api.taobao.com/router/rest", params, false);
      //https://eco.taobao.com/router/rest
      //http://gw.api.taobao.com/router/rest
      String result = get("https://eco.taobao.com/router/rest", params, false);
      return result;
   }