| | |
| | | import com.ruoyi.errand.object.vo.sys.OrderSysDetailVO; |
| | | import com.ruoyi.errand.utils.RefundCallbackResult; |
| | | import com.ruoyi.errand.utils.UniPayCallbackResult; |
| | | import com.ruoyi.errand.utils.wx.PayResult; |
| | | |
| | | import javax.validation.Valid; |
| | | import java.time.LocalDateTime; |
| | |
| | | |
| | | R orderPayment(ConfirmOrderDTO confirmOrderDTO); |
| | | |
| | | R orderPaymentCallback(UniPayCallbackResult uniPayCallbackResult); |
| | | R orderPaymentCallback(PayResult payResult); |
| | | |
| | | void closeOrder(); |
| | | |
| | |
| | | |
| | | void cancelOrder(Integer id); |
| | | |
| | | R refundPayMoneyCallback(RefundCallbackResult refundCallbackResult); |
| | | R refundPayMoneyCallback(String xmlData); |
| | | |
| | | OrderTopInfoVO orderTopInfo(Integer communityId); |
| | | |