| | |
| | | import com.doumee.dao.dto.ConfirmUpdOrderDTO; |
| | | import com.doumee.dao.dto.DoneOrderDTO; |
| | | import com.doumee.dao.dto.UpdOrderDataDTO; |
| | | import com.wechat.pay.java.service.refund.model.RefundNotification; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | String payNotify(String preOrderId,String paymentNo); |
| | | |
| | | void platformCancel(Integer orderId, LoginUserInfo loginUserInfo); |
| | | |
| | | PageData<Orders> findPageForMini(PageWrap<Orders> pageWrap); |
| | | |
| | | Orders getDetail(Integer id,Integer userType); |
| | | |
| | | void refundCallback(RefundNotification refundNotification); |
| | | |
| | | void autoComment(); |
| | | |
| | | void autoConfirm(); |
| | | } |