Commit c83b55e3 by xmy

feat:即时配送

parent a5c4e38e
......@@ -82,4 +82,12 @@ interface LogisticsInterface
* @return mixed
*/
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