public interface WaimaiOrderService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
agreeRefund(Long mchId,
Long storeId,
Long orderId) |
void |
cancelOrder(Long mchId,
Long storeId,
Long orderId,
Long reasonId,
String reason) |
void |
completeOrder(Long mchId,
Long storeId,
Long orderId) |
void |
confirmOrder(Long mchId,
Long storeId,
Long orderId) |
void |
disagreeRefund(Long mchId,
Long storeId,
Long orderId,
String reason) |
void confirmOrder(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid cancelOrder(Long mchId, Long storeId, Long orderId, Long reasonId, String reason) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid completeOrder(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid agreeRefund(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.