Commit f2a2ba17 by xmy

feat:获取充值订单

parent fea0a239
...@@ -106,4 +106,11 @@ interface LogisticsInterface ...@@ -106,4 +106,11 @@ interface LogisticsInterface
* @return mixed * @return mixed
*/ */
public function cancelOrder($storeId, $orderSn, $cancelReason = ''); 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