| | |
| | |
|
| | | /**
|
| | | * 分享赚订单到账
|
| | | * |
| | | * @param uid
|
| | | * @param orderCount
|
| | | * @param goodsCount
|
| | | * @param money
|
| | | * @param balance
|
| | | * @param orderType 1-淘宝 2-京东等渠道
|
| | | * @param money 到账金额
|
| | | * @param balance 账户余额
|
| | | * @param receivedDate 结算月份
|
| | | */
|
| | | public void shareOrderReceived(Long uid, int orderType, int orderCount, int goodsCount, BigDecimal money,
|
| | | BigDecimal balance, String orderId, Date downTime);
|
| | | public void shareOrderReceived(Long uid, int orderType, BigDecimal money, BigDecimal balance, Date receivedDate);
|
| | |
|
| | |
|
| | |
|
| | |
| | | * 团队收益消息
|
| | | * @param uid
|
| | | * @param money 本次到账金额
|
| | | * @param subsidy 补贴金额
|
| | | * @param balance 余额
|
| | | * @param receivedDate 结算月度
|
| | | */
|
| | | public void teamReceive(Long uid, BigDecimal money,BigDecimal subsidy, BigDecimal balance, Date receivedDate);
|
| | | public void teamReceive(Long uid, BigDecimal money, BigDecimal balance, Date receivedDate);
|
| | |
|
| | | /**
|
| | | * 使用奖励券
|