Commit 4b9b8880 by xmy

Merge branch 'ft-immediateDelivery' into test

parents fde3cbe8 fea0a239
......@@ -102,9 +102,8 @@ interface LogisticsInterface
* 取消物流订单
* @param $storeId
* @param $orderSn
* @param $cancelReasonId
* @param string $cancelReason
* @return mixed
*/
public function cancelOrder($storeId, $orderSn, $cancelReasonId, $cancelReason = '');
public function cancelOrder($storeId, $orderSn, $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