Commit 52f36057 by xmy

Merge branch 'ft-immediateDelivery' into test

parents 4b9b8880 f2a2ba17
......@@ -106,4 +106,11 @@ interface LogisticsInterface
* @return mixed
*/
public function cancelOrder($storeId, $orderSn, $cancelReason = '');
/**
* 获取充值订单
* @param $orderSn
* @return mixed
*/
public function getRechargeOrder($orderSn);
}
\ 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