admin
2020-05-21 6d2dc50e035f68b1ddea4621e7fa7bf36c393080
fanli/src/main/java/com/yeshi/fanli/util/vipshop/VipShopApiUtil.java
@@ -165,7 +165,7 @@
    * 
    * @param goodsId
    */
   public static void convertLink(String goodsId, String tag) {
   public static String convertLink(String goodsId, String tag) {
      JSONObject taskParams = new JSONObject();
      JSONArray goodsIdArray = new JSONArray();
      goodsIdArray.add(goodsId);
@@ -175,6 +175,7 @@
      String result = baseRequest("com.vip.adp.api.open.service.UnionUrlService", "genByGoodsId",
            JSONObject.fromObject(taskParams));
      System.out.println(result);
      return null;
   }
   /**