From a6f34b99ee20e528b766c8ed5a61bd9c5aa0e7ae Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 16 十一月 2019 18:10:33 +0800 Subject: [PATCH] 淘宝相似商品推荐接口优化,根据商品ID搜索商品基本信息优化 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java index 4131386..48b4a88 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java @@ -91,7 +91,7 @@ * @throws UserGoodsStorageException * @throws UserShareGoodsRecordException */ - public JSONObject shareGoods(Long uid, List<Long> listStorageID, Integer goodsType) throws UserGoodsStorageException, UserShareGoodsRecordException; + public JSONObject shareGoods(Long uid, List<Long> listStorageID) throws UserGoodsStorageException, UserShareGoodsRecordException; /** * 娣诲姞绠�鐗堝晢鍝佸埌閫夊搧搴� @@ -101,4 +101,15 @@ */ public void addCommonGoods(Long uid, Set<Long> ids) throws UserGoodsStorageException; + /** + * 鍒涘缓鍒嗕韩 + * @param uid + * @param listStorageID + * @return + * @throws UserGoodsStorageException + * @throws UserShareGoodsRecordException + */ + public JSONObject createShareV2(Long uid, List<Long> listStorageID) + throws UserGoodsStorageException, UserShareGoodsRecordException; + } -- Gitblit v1.8.0