| | |
| | | * @param uid |
| | | * @param auctionId |
| | | */ |
| | | public UserShareGoodsHistory addShareGoodsHistory(Long uid, Long auctionId) throws ShareGoodsException; |
| | | public UserShareGoodsHistory addShareGoodsHistory(Long uid, String auctionId) throws ShareGoodsException; |
| | | |
| | | /** |
| | | * 添加分享 |
| | |
| | | * @return |
| | | * @throws ShareGoodsException |
| | | */ |
| | | public UserShareGoodsHistory getShareGoodsHistoryDetail(Long uid, Long auctionId) throws ShareGoodsException; |
| | | public UserShareGoodsHistory getShareGoodsHistoryDetail(Long uid, String auctionId) throws ShareGoodsException; |
| | | |
| | | /** |
| | | * 获取分享记录 |
| | |
| | | * @param auctionId |
| | | * @return |
| | | */ |
| | | public UserShareGoodsHistory getShareGoodsHistory(Long uid, Long auctionId); |
| | | public UserShareGoodsHistory getShareGoodsHistory(Long uid, String auctionId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @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; |
| | | |
| | | /** |
| | | * |
| | |
| | | * @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); |
| | | |