| | |
| | | * @param money
|
| | | */
|
| | | public void tiChengRecieved(Long uid, BigDecimal money);
|
| | | |
| | | |
| | |
|
| | | /**
|
| | | * 邀请提成到账
|
| | | * |
| | | * @param uid
|
| | | * @param money
|
| | | */
|
| | | public void tiChengInviteRecieved(Long uid, BigDecimal money);
|
| | | |
| | | |
| | |
|
| | | /**
|
| | | * 分享提成到账
|
| | | * |
| | | * @param uid
|
| | | * @param money
|
| | | */
|
| | | public void tiChengShareRecieved(Long uid, BigDecimal money);
|
| | |
|
| | |
|
| | | /**
|
| | | * 订单被统计
|
| | |
| | | public void tiChengStatisticed(Long uid, String orderId, BigDecimal money);
|
| | |
|
| | | /**
|
| | | * 分享订单被统计
|
| | | * |
| | | * @param uid
|
| | | * @param orderId
|
| | | * @param money
|
| | | */
|
| | | public void orderShareStatisticed(Long uid, String orderId, BigDecimal money);
|
| | |
|
| | | /**
|
| | | * 邀请订单被统计
|
| | | * |
| | | * @param uid
|
| | | * @param orderId
|
| | | * @param money
|
| | | */
|
| | | public void orderInviteStatisticed(Long uid, String orderId, BigDecimal money);
|
| | |
|
| | | /**
|
| | | * 维权返利订单扣款
|
| | | *
|
| | | * @param uid
|