admin
2019-09-06 2012b3b5db3c6b06535a68f775bcc81b16151b90
fanli/src/main/java/com/yeshi/fanli/util/taobao/TaoKeApiUtil.java
@@ -1905,7 +1905,7 @@
   // 淘礼金创建
   public static TaoLiJinDTO createTaoLiJin(Long auctionId, String name, BigDecimal perface, int totalNum,
         Date sendStartTime, Date sendEndTime, Date useStartTime, Date useEndTime, TaoKeAppInfo app)
         throws TaoKeApiException, TaoLiJinCreateException {
         throws TaoLiJinCreateException,TaoKeApiException {
      Map<String, String> map = new HashMap<>();
      map.put("method", "taobao.tbk.dg.vegas.tlj.create");
      map.put("adzone_id", app.getPid().split("_")[3]);
@@ -1961,8 +1961,6 @@
         }
      } catch (TaoKeApiException e) {
         throw e;
      } catch (Exception e) {
         LogHelper.errorDetailInfo(e);
      }
      return null;