Commit 7c21e8de by xmy

feat:获取物流状态

parent c83b55e3
......@@ -90,4 +90,11 @@ interface LogisticsInterface
* @return mixed
*/
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