| | |
| | | * @param orderId
|
| | | * @param payMoney
|
| | | * @param money
|
| | | * @param subsidy 补贴
|
| | | * @param goodsCount
|
| | | * @param orderState
|
| | | */
|
| | | public void orderInviteStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money,
|
| | | int goodsCount, int orderState, Date downTime);
|
| | | BigDecimal subsidy, int goodsCount, int orderState, Date downTime);
|
| | |
|
| | |
|
| | |
|
| | |
| | | public void orderFoundFail(Long uid, String orderId);
|
| | |
|
| | |
|
| | | /**
|
| | | * 商品跑路订单失效消息
|
| | | * @param uid
|
| | | * @param orderId
|
| | | * @param orderSource
|
| | | * @param type
|
| | | */
|
| | | public void orderInvalidToBusinessRunning(Long uid, String orderId, int orderSource, int type);
|
| | |
|
| | |
|
| | | }
|