| | |
| | | import java.util.Map;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.HongBaoV2;
|
| | | import com.yeshi.fanli.entity.jd.JDOrder;
|
| | | import com.yeshi.fanli.entity.pdd.PDDOrder;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoOrder;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoWeiQuanOrder;
|
| | | import com.yeshi.fanli.exception.HongBaoException;
|
| | |
| | | */
|
| | | public void processShopingFanliOrder(Map<String, List<TaoBaoOrder>> orders);
|
| | |
|
| | |
|
| | | /**
|
| | | * 处理分享商品订单
|
| | | */
|
| | | public void processShareGoodsOrder(Map<String, List<TaoBaoOrder>> orders);
|
| | | |
| | | |
| | | |
| | | |
| | |
|
| | | public void processShopingFanliOrderNew(String orderId, List<TaoBaoOrder> orderList)
|
| | | throws HongBaoException, OrderItemException;
|
| | |
|
| | |
| | | */
|
| | | public void processShareGoodsOrderNew(String orderId, List<TaoBaoOrder> orderList);
|
| | |
|
| | | |
| | |
|
| | | /**
|
| | | * 处理返利
|
| | | */
|
| | | public void fanli();
|
| | |
|
| | |
|
| | | |
| | | /**
|
| | | * 购物返利
|
| | | * @param hongBao type=1的主红包
|
| | | * |
| | | * @param hongBao
|
| | | * type=1的主红包
|
| | | * @throws TaoBaoWeiQuanException
|
| | | */
|
| | | public void fanli(HongBaoV2 hongBao) throws TaoBaoWeiQuanException;
|
| | |
| | | *
|
| | | * @param hongBao
|
| | | * type=1且有子红包的主红包
|
| | |
|
| | | * |
| | | */
|
| | | public void fanliInvaiteAndShare();
|
| | |
|
| | | /**
|
| | | * 分享赚与邀请赚返利
|
| | | */
|
| | | public void fanliInvaiteAndShare(Long uid) throws TaoBaoWeiQuanException;
|
| | | public void fanliInvaiteAndShare(Long uid) throws TaoBaoWeiQuanException;
|
| | |
|
| | | /**
|
| | | * 订单维权
|
| | |
| | | *
|
| | | * @param order
|
| | | */
|
| | | public void weiQuanOrder(TaoBaoWeiQuanOrder order) ;
|
| | | |
| | | public void weiQuanOrder(TaoBaoWeiQuanOrder order);
|
| | |
|
| | | /**
|
| | | * 处理京东订单
|
| | | * |
| | | * @param order
|
| | | */
|
| | | public void processJDOrder(JDOrder order);
|
| | |
|
| | | /**
|
| | | * 处理拼多多订单
|
| | | * @param pddOrder
|
| | | */
|
| | | public void processPDDOrder(PDDOrder pddOrder);
|
| | |
|
| | | }
|