Commit 5f68bea2 by xmy

Merge branch 'ft-coupon' into test

# Conflicts:
#	src/Goods/Lib/GoodsInterface.php
parents a0d43176 2c4aa7d2
......@@ -209,4 +209,12 @@ interface GoodsInterface
* ]
*/
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