| | |
| | | |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.dto.PayOrderResponse; |
| | | import com.allinpay.syb.model.PayOrderParam; |
| | | import com.allinpay.syb.model.PayOrderResponse; |
| | | import com.doumee.dao.business.model.Orders; |
| | | import com.doumee.dao.vo.IndexOrderCountVO; |
| | | import io.swagger.models.auth.In; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @return long |
| | | */ |
| | | long count(Orders model); |
| | | |
| | | void dealOrdreResult(String request, HttpServletResponse response) throws IOException; |
| | | |
| | | void returnPage(PayOrderParam param, HttpServletResponse response) throws IOException; |
| | | |
| | | void autoCancelNoPay(); |
| | | void updateByPayStatus(Orders orders); |
| | | |
| | | IndexOrderCountVO getIndexData(Orders pageWrap); |
| | | } |