Commit 61ab4a90 by xmy

feat:取消订单

parent 7c21e8de
......@@ -97,4 +97,14 @@ interface LogisticsInterface
* @return mixed
*/
public function getPathByMainOrderIds($orderIds);
/**
* 取消物流订单
* @param $storeId
* @param $orderSn
* @param $cancelReasonId
* @param string $cancelReason
* @return mixed
*/
public function cancelOrder($storeId, $orderSn, $cancelReasonId, $cancelReason = '');
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment