Commit ee70c224 by xmy

feat:即时配送

parent 1359fcf1
......@@ -90,14 +90,14 @@ interface LogisticsInterface
* @param string[] $fields
* @return mixed
*/
public function getByMainOrderIds($orderIds, $fields = ['*']);
public function getByMainOrderIds($storeId, $orderIds, $fields = ['*']);
/**
* 获取物流状态
* @param $orderIds
* @return mixed
*/
public function getPathByMainOrderIds($orderIds);
public function getPathByMainOrderIds($storeId, $orderIds);
/**
* 取消物流订单
......
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