Commit ff6c2a0a by xmy

Merge branch 'buyer-agent' into test

parents a1aade99 9fda63ec
......@@ -15,6 +15,20 @@ interface LogisticsInterface
public function onPath(array $param);
/**
* 获取运费
* @param $storeId
* @param array $receiver
* @param array $goodsIds
* @return mixed
*/
public function handleFreight($storeId, array $receiver, array $goodsIds);
/**
* 获取收货人地址
* @param $id
* @param $storeId
* @return mixed
*/
public function getReceiver($id, $storeId);
}
\ 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