| | |
| | |
|
| | | import com.yeshi.fanli.entity.bus.user.HongBaoV2;
|
| | | import com.yeshi.fanli.entity.jd.JDOrder;
|
| | | import com.yeshi.fanli.entity.order.CommonOrder;
|
| | | 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;
|
| | | import com.yeshi.fanli.exception.OrderItemException;
|
| | | import com.yeshi.fanli.exception.TaoBaoWeiQuanException;
|
| | | import com.yeshi.fanli.exception.money.OrderMoneySettleException;
|
| | | import com.yeshi.fanli.exception.order.HongBaoException;
|
| | | import com.yeshi.fanli.exception.order.OrderItemException;
|
| | | import com.yeshi.fanli.exception.order.TaoBaoWeiQuanException;
|
| | |
|
| | | /**
|
| | | * 订单处理服务
|
| | |
| | | public void fanliInvaiteAndShare(Long uid) throws TaoBaoWeiQuanException;
|
| | |
|
| | | /**
|
| | | * 团队奖励到账
|
| | | * @Title: fanliOrderTeamReward
|
| | | * @Description: |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void fanliOrderTeamReward();
|
| | |
|
| | | /**
|
| | | * 团队奖励到账(按用户)
|
| | | * @Title: fanliOrderTeamReward
|
| | | * @Description: |
| | | * @param uid |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void fanliOrderTeamReward(Long uid) throws OrderMoneySettleException;
|
| | |
|
| | | /**
|
| | | * 订单维权
|
| | | *
|
| | | * @param orderList
|
| | |
| | |
|
| | | /**
|
| | | * 处理拼多多订单
|
| | | * |
| | | * @param pddOrder
|
| | | */
|
| | | public void processPDDOrder(PDDOrder pddOrder);
|
| | |
|
| | | /**
|
| | | * 根据淘宝订单的排序值修复常规订单的排序值
|
| | | * |
| | | * @param orderId
|
| | | */
|
| | | public void repairCommonOrderByByTaoBaoOrder(String orderId);
|
| | |
|
| | | /**
|
| | | * 是否是分享赚订单
|
| | | * |
| | | * @param commonOrder
|
| | | * @return
|
| | | */
|
| | | public boolean isShareOrder(CommonOrder commonOrder);
|
| | |
|
| | | /**
|
| | | * 处理淘宝商家未付款的情况
|
| | | */
|
| | | public void doTaoBaoSellerNotPaid(TaoBaoOrder order);
|
| | |
|
| | | /**
|
| | | * 获取可以返利的饿了么红包
|
| | | * @return
|
| | | */
|
| | | public List<HongBaoV2> getCanBalanceElmeFanliHongBao();
|
| | |
|
| | | /**
|
| | | * 饿了么返利
|
| | | * @param hongBaoId
|
| | | */
|
| | | public void elmeFanli(Long hongBaoId);
|
| | | }
|