Commit ffef4afb by 王召彬

Merge branch 'test' of http://git.dev.2b3.cn/tencent/services into test

parents 36f3f34f ec84203a
......@@ -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