From e1a62ec62e7331d97af9302e90e1ce44af8235eb Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 27 一月 2021 15:26:55 +0800 Subject: [PATCH] 拼多多授权绑定 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserGoodsStorageService.java | 15 ++++++++++++++- 1 files changed, 14 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..ce8a3ec 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 @@ -3,6 +3,7 @@ import java.util.List; import java.util.Set; +import com.yeshi.fanli.entity.SystemEnum; import com.yeshi.fanli.entity.bus.user.UserGoodsStorage; import com.yeshi.fanli.exception.share.UserShareGoodsRecordException; import com.yeshi.fanli.exception.user.UserGoodsStorageException; @@ -91,7 +92,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 +102,16 @@ */ public void addCommonGoods(Long uid, Set<Long> ids) throws UserGoodsStorageException; + /** + * 鍒涘缓鍒嗕韩 + * @param uid + * @param listStorageID + * @param needDrawPicture鏄惁闇�瑕佺粯鍥� + * @return + * @throws UserGoodsStorageException + * @throws UserShareGoodsRecordException + */ + public JSONObject createShareV2(Long uid, List<Long> listStorageID,boolean needDrawPicture) + throws UserGoodsStorageException, UserShareGoodsRecordException; + } -- Gitblit v1.8.0