Commit 35a08f74 by xmy

feat:运费计算

parent 4ee5c038
......@@ -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