Commit fea0a239 by xmy

feat:取消订单

parent 61ab4a90
...@@ -102,9 +102,8 @@ interface LogisticsInterface ...@@ -102,9 +102,8 @@ interface LogisticsInterface
* 取消物流订单 * 取消物流订单
* @param $storeId * @param $storeId
* @param $orderSn * @param $orderSn
* @param $cancelReasonId
* @param string $cancelReason * @param string $cancelReason
* @return mixed * @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