Commit fde3cbe8 by xmy

Merge branch 'ft-immediateDelivery' into test

parents f87d014c 61ab4a90
......@@ -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