Commit 45c22acf by xmy

Merge branch 'ft-immediateDelivery' into test

parents 34847d98 c83b55e3
...@@ -82,4 +82,12 @@ interface LogisticsInterface ...@@ -82,4 +82,12 @@ interface LogisticsInterface
* @return mixed * @return mixed
*/ */
public function getAccountByCondition($condition, $fields = ['*']); public function getAccountByCondition($condition, $fields = ['*']);
/**
* 获取即时配送物流订单
* @param $orderIds
* @param string[] $fields
* @return mixed
*/
public function getByMainOrderIds($orderIds, $fields = ['*']);
} }
\ 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