admin
2019-05-20 94e043b0d3fabe60dabce6df28b2ee6a1df7114e
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/GoodsController.java
@@ -155,8 +155,10 @@
                  else
                     taoBaoLink = shareGoodsService.getTaoBaoLink(uid, auctionId,
                           tbPidService.getIOSDefault().getPid());
               } else
                  taoBaoLink = shareGoodsService.getTaoBaoLinkForBuy(uid, auctionId, pidType);
               LogHelper.test("购买转链:默认PID转链-"+uid+":"+auctionId);
            }
         } else {// 不是返利库的商品,用特殊PID替代
            try {
@@ -175,6 +177,8 @@
               else
                  taoBaoLink = shareGoodsService.getTaoBaoLink(uid, auctionId,
                        tbPidService.getIOSDefault().getPid());
               LogHelper.test("购买转链:默认PID转链-非返利库商品-"+uid+":"+auctionId);
            }
         }
         JSONObject link = new JSONObject();
@@ -198,6 +202,8 @@
         } else {
            tbPid = tbPidService.getTBPid(uid, PidUser.TYPE_FANLI_IOS);
         }
         LogHelper.test("购买转链:默认PID转链-异常商品-"+uid+":"+auctionId);
         data.put("native", isNative);