public interface WaimaiOrderHandleService
| Modifier and Type | Method and Description |
|---|---|
void |
agreeRefund(Long mchId,
Long storeId,
Long orderId) |
void |
cancel(Long mchId,
Long storeId,
Long orderId,
Long reasonId,
String reason) |
void |
complete(Long mchId,
Long storeId,
Long orderId) |
void |
confirm(Long mchId,
Long storeId,
Long orderId) |
void |
disagreeRefund(Long mchId,
Long storeId,
Long orderId,
String reason) |
void confirm(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 cancel(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 complete(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 © 2017. All rights reserved.