From 3727469752a977dde6327e2c48d761b20b565d3d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 15 七月 2022 09:19:21 +0800 Subject: [PATCH] 商品ID字符串化 --- fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 fe7a8e0..ade8cc8 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 @@ -24,7 +24,7 @@ * @param uid * @param auctionId */ - public UserShareGoodsHistory addShareGoodsHistory(Long uid, Long auctionId) throws ShareGoodsException; + public UserShareGoodsHistory addShareGoodsHistory(Long uid, String auctionId) throws ShareGoodsException; /** * 娣诲姞鍒嗕韩 @@ -44,7 +44,7 @@ * @return * @throws ShareGoodsException */ - public UserShareGoodsHistory getShareGoodsHistoryDetail(Long uid, Long auctionId) throws ShareGoodsException; + public UserShareGoodsHistory getShareGoodsHistoryDetail(Long uid, String auctionId) throws ShareGoodsException; /** * 鑾峰彇鍒嗕韩璁板綍 @@ -53,7 +53,7 @@ * @param auctionId * @return */ - public UserShareGoodsHistory getShareGoodsHistory(Long uid, Long auctionId); + public UserShareGoodsHistory getShareGoodsHistory(Long uid, String auctionId); /** @@ -65,7 +65,7 @@ * @return * @throws ShareGoodsException */ - public TaoBaoLink getTaoBaoLink(Long uid, Long auctionId, String pid) throws ShareGoodsException; + public TaoBaoLink getTaoBaoLink(Long uid, String auctionId, String pid) throws ShareGoodsException; /** * @@ -74,7 +74,7 @@ * @return * @throws ShareGoodsException */ - public TaoBaoLink getTaoLiJinLinkForBuyWithOutFanLi(Long uid, Long auctionId,TaoKeAppInfo app) throws ShareGoodsException,TaoLiJinCreateException; + public TaoBaoLink getTaoLiJinLinkForBuyWithOutFanLi(Long uid, String auctionId,TaoKeAppInfo app) throws ShareGoodsException,TaoLiJinCreateException; public String createTaoBaoToken(Long uid, TaoBaoGoodsBrief goods); -- Gitblit v1.8.0