Commit 6ad34f8f by xmy

Merge branch 'ft-immediateDelivery' into test

parents 02be1433 7c21e8de
...@@ -90,4 +90,11 @@ interface LogisticsInterface ...@@ -90,4 +90,11 @@ interface LogisticsInterface
* @return mixed * @return mixed
*/ */
public function getByMainOrderIds($orderIds, $fields = ['*']); public function getByMainOrderIds($orderIds, $fields = ['*']);
/**
* 获取物流状态
* @param $orderIds
* @return mixed
*/
public function getPathByMainOrderIds($orderIds);
} }
\ 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