| | |
| | | import com.oying.modules.sh.domain.request.SubmitOrder; |
| | | import com.oying.modules.sh.domain.vo.OrderInfo; |
| | | import com.oying.utils.PageResult; |
| | | import com.oying.utils.enums.PayStateEnum; |
| | | |
| | | /** |
| | | * @author lixin |
| | |
| | | OrderInfo generatorOrder(GeneratorOrder generator); |
| | | |
| | | Order submitOrder(SubmitOrder submit, HttpServletRequest request); |
| | | |
| | | Order getByOrderNum(String orderNum); |
| | | |
| | | void paySuccess(Order order); |
| | | |
| | | void updatePayStatus(String outTradeNo, PayStateEnum stateEnum, String payInfo, String timeEnd); |
| | | |
| | | /** |
| | | * 创建 |
| | |
| | | * @throws IOException / |
| | | */ |
| | | void download(List<Order> all, HttpServletResponse response) throws IOException; |
| | | |
| | | void closeOrder(String orderNum); |
| | | } |