From eec7e789a87863c25d92c10ad5dfc22ad80c448d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 14 七月 2020 12:36:48 +0800 Subject: [PATCH] 系统区分BUG修复 --- fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java | 69 +--------------------------------- 1 files changed, 2 insertions(+), 67 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java index f2159e3..657f703 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java @@ -55,51 +55,6 @@ */ public UserShareGoodsHistory getShareGoodsHistory(Long uid, Long auctionId); - /** - * 鑾峰彇鍟嗗搧鐨勫垎浜浆閾鹃摼鎺� - * - * @param uid - * @param auctionId - * @param relationId - * -娓犻亾ID - * @return - * @throws ShareGoodsException - */ - - public TaoBaoLink getTaoBaoLinkForShare(Long uid, Long auctionId, String relationId) throws ShareGoodsException; - - /** - * 鑾峰彇鍟嗗搧鐨勫垎浜浆閾鹃摼鎺� - * @param uid - * @param auctionId - * @param relationId - * @param pid - * @return - * @throws ShareGoodsException - */ - public TaoBaoLink getTaoBaoLinkForShare(Long uid, Long auctionId, String relationId,String pid) throws ShareGoodsException; - - /** - * 鑾峰彇鍟嗗搧鐨勮喘涔拌浆閾鹃摼鎺� - * - * @param uid - * @param auctionId - * @return - * @throws ShareGoodsException - */ - public TaoBaoLink getTaoBaoLinkForBuy(Long uid, Long auctionId, int pidType) throws ShareGoodsException; - - /** - * 鐢ㄤ細鍛樿繍钀D鑾峰彇鍟嗗搧鐨勫垎浜浆閾鹃摼鎺� - * - * @param uid - * @param auctionId - * @param pidType - * @return - * @throws ShareGoodsException - */ - public TaoBaoLink getTaoBaoLinkForBuyWithSpecial(Long uid, String specialId, Long auctionId) - throws ShareGoodsException; /** * 閫氳繃PID璁剧疆閾炬帴 @@ -113,28 +68,6 @@ public TaoBaoLink getTaoBaoLink(Long uid, Long auctionId, String pid) throws ShareGoodsException; /** - * 娣樼ぜ閲戦鍙栭摼鎺� - * @param uid - * @param specialId - * @param auctionId - * @return - * @throws ShareGoodsException - */ - public TaoBaoLink getTaoLiJinLinkForBuy(Long uid, String specialId, Long auctionId,String pid) throws ShareGoodsException; - - /** - * 娣樼ぜ閲� 閾炬帴 - * @param uid - * @param auctionId - * @param relationId - * @return - * @throws ShareGoodsException - */ - public TaoBaoLink getTaoLiJinLinkForShare(Long uid, Long auctionId, String relationId) throws ShareGoodsException; - - - - /** * * @param uid * @param auctionId @@ -143,4 +76,6 @@ */ public TaoBaoLink getTaoLiJinLinkForBuyWithOutFanLi(Long uid, Long auctionId,TaoKeAppInfo app) throws ShareGoodsException,TaoLiJinCreateException; + public String createTaoBaoToken(Long uid, TaoBaoGoodsBrief goods); + } -- Gitblit v1.8.0