| | |
| | | * @throws BanLiShopOrderException
|
| | | */
|
| | | public void payOrderByMoney(Long orderId, BigDecimal money) throws BanLiShopOrderException;
|
| | |
|
| | | /**
|
| | | * 订单退款
|
| | | * |
| | | * @param orderId
|
| | | * @throws BanLiShopOrderException
|
| | | */
|
| | | public void refund(Long orderId) throws BanLiShopOrderException;
|
| | |
|
| | | /**
|
| | | * 充值(按照订单号)
|
| | | * |
| | | * @param orderId
|
| | | * @throws BanLiShopOrderException
|
| | | */
|
| | | public void charge(Long orderId) throws BanLiShopOrderException;
|
| | | |
| | | |
| | | /**
|
| | | * 验证订单失效状态
|
| | | * @Title: invalidOrderByOrderId
|
| | | * @Description: |
| | | * @param orderId
|
| | | * @param stateDesc |
| | | * void 返回类型
|
| | | * @throws
|
| | | */
|
| | | public void invalidOrderByOrderId(Long orderId, String stateDesc) throws BanLiShopOrderException;
|
| | | }
|