| | |
| | | import com.oying.modules.sh.domain.request.GeneratorOrder; |
| | | import com.oying.modules.sh.domain.request.SubmitOrder; |
| | | import com.oying.modules.sh.domain.vo.OrderInfo; |
| | | import com.oying.modules.sh.domain.vo.OrderResponse; |
| | | import com.oying.utils.PageResult; |
| | | import com.oying.utils.enums.PayStateEnum; |
| | | |
| | |
| | | |
| | | Order submitOrder(SubmitOrder submit, HttpServletRequest request); |
| | | |
| | | Order getByOrderNum(String orderNum); |
| | | OrderResponse getByOrderNum(String orderNum); |
| | | |
| | | void paySuccess(Order order); |
| | | void paySuccess(OrderResponse order); |
| | | |
| | | void updatePayStatus(String outTradeNo, PayStateEnum stateEnum, String payInfo, String timeEnd); |
| | | |