| | |
| | | import com.yeshi.fanli.util.StringUtil;
|
| | | import com.yeshi.fanli.util.TaoBaoConstant;
|
| | | import com.yeshi.fanli.util.TimeUtil;
|
| | | import com.yeshi.fanli.util.VersionUtil;
|
| | | import com.yeshi.fanli.util.factory.MonitorFactory;
|
| | | import com.yeshi.fanli.util.taobao.TaoKeApiUtil;
|
| | |
|
| | |
| | | data.put("link", link);
|
| | | out.print(JsonUtil.loadTrueResult(data));
|
| | |
|
| | | // 1.6.5 自购立减添加 金币
|
| | | if (VersionUtil.greaterThan_1_6_5(acceptData.getPlatform(), acceptData.getVersion()))
|
| | | integralGetService.addTaoLiJinBuy(uid, auctionId);
|
| | | |
| | | integralGetService.addTaoLiJinBuy(uid, auctionId);
|
| | | }
|
| | |
|
| | | /**
|
| | |
| | | out.print(JsonUtil.loadTrueResult(data));
|
| | |
|
| | | // 获得金币
|
| | | if (VersionUtil.greaterThan_1_6_5(acceptData.getPlatform(), acceptData.getVersion()))
|
| | | integralGetService.addCouponRebate(uid);
|
| | | integralGetService.addCouponRebate(uid);
|
| | |
|
| | | } catch (Exception e) {
|
| | |
|
| | |
| | | out.print(JsonUtil.loadTrueResult(""));
|
| | |
|
| | | // 获得金币
|
| | | if (VersionUtil.greaterThan_1_6_5(acceptData.getPlatform(), acceptData.getVersion()))
|
| | | integralGetService.addCloseRecommendGoods(uid);
|
| | | integralGetService.addCloseRecommendGoods(uid);
|
| | | }
|
| | |
|
| | | }
|