| | |
| | | import com.yeshi.fanli.entity.order.CommonOrder;
|
| | | import com.yeshi.fanli.exception.order.HongBaoException;
|
| | | import com.yeshi.fanli.exception.user.UserAccountException;
|
| | | import org.omg.CORBA.PUBLIC_MEMBER;
|
| | |
|
| | | public interface HongBaoV2Service {
|
| | |
|
| | |
| | | * @return
|
| | | */
|
| | | public List<HongBaoDTO> listByOrderTradeId(String tradeId);
|
| | |
|
| | | /**
|
| | | * 查询直接上级当时获得红包等级
|
| | | * @param pid
|
| | | * @return
|
| | | */
|
| | | public Integer getDirectBossUrankByPid(Long pid);
|
| | |
|
| | |
|
| | | /**
|
| | | * 设置红包已领取
|
| | | * @param uid
|
| | | * @param preGetTime
|
| | | */
|
| | | public void setHongBaoRecieved(Long uid,List<Integer> typeList, Date preGetTime);
|
| | | }
|