admin
2020-05-21 49ed4f4521ce433a14810a0119bf3f2f7f6e606a
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;
   }
   /**