| | |
| | | * @param t |
| | | * @throws VipOrderException |
| | | */ |
| | | public PayWayInfoDTO addOrderWithPay(VipOrderDTO t, String notifyUrl, String returnUrl,String ip) throws VipOrderException; |
| | | public PayWayInfoDTO addOrderWithPay(VipOrderDTO t, String notifyUrl, String returnUrl, String ip) throws VipOrderException; |
| | | |
| | | /** |
| | | * 创建支付订单 |
| | | * |
| | | * @param ip |
| | | * @param order |
| | | * @param notifyUrl |
| | |
| | | * @return |
| | | * @throws OrderPayException |
| | | */ |
| | | public PayWayInfoDTO payOrder( VipOrder order, String notifyUrl, String returnUrl,String ip) throws OrderPayException; |
| | | public PayWayInfoDTO payOrder(VipOrder order, String notifyUrl, String returnUrl, String ip) throws OrderPayException; |
| | | |
| | | |
| | | /** |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | public VipOrder checkOrderPayState(Long id); |
| | | public VipOrder checkOrderPayState(Long id) throws OrderPayException, VipOrderException; |
| | | |
| | | |
| | | /** |
| | | * 获取微信支付成功的订单号 |
| | | * |
| | | * @param notifyContent |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 获取支付宝支付成功的订单号 |
| | | * |
| | | * @param params |
| | | * @return |
| | | */ |