| | |
| | | * @return
|
| | | * @throws UserTaoLiJinRecordException
|
| | | */
|
| | | public UserTaoLiJinRecord createSelfBuyTaoLiJin(Long uid, int totalNum, TaoBaoGoodsBrief goods)
|
| | | public UserTaoLiJinRecord createSelfBuyTaoLiJin(Long uid, BigDecimal couplePrice, TaoBaoGoodsBrief goods)
|
| | | throws UserTaoLiJinRecordException;
|
| | |
|
| | | /**
|
| | |
| | | */
|
| | | public UserTaoLiJinRecord createShareTaoLiJin(Long uid, int totalNum, TaoBaoGoodsBrief goods)
|
| | | throws UserTaoLiJinRecordException;
|
| | |
|
| | |
|
| | | /**
|
| | | * 赠送推广红包
|
| | | * @param uid
|
| | | * @param amount
|
| | | * @return
|
| | | * @throws UserTaoLiJinRecordException
|
| | | */
|
| | | public String giveTaolijin(Long uid, BigDecimal amount) throws UserTaoLiJinRecordException;
|
| | |
|
| | |
|
| | | }
|