Commit 551e7fdd by xmy

Merge branch 'ft-coupon'

# Conflicts:
#	src/Goods/Lib/GoodsInterface.php
parents 92eea1a3 2c4aa7d2
...@@ -209,4 +209,12 @@ interface GoodsInterface ...@@ -209,4 +209,12 @@ interface GoodsInterface
* ] * ]
*/ */
public function addStock($storeId, $goods); public function addStock($storeId, $goods);
/**
* 计算商品价格
* @param $storeId
* @param $goods ['goodsId'=>num]
* @return mixed
*/
public function sumGoodsPrice($storeId, $goods);
} }
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