Commit 2c4aa7d2 by xmy

feat:优惠卷

parent ae149c03
...@@ -186,4 +186,12 @@ interface GoodsInterface ...@@ -186,4 +186,12 @@ interface GoodsInterface
* @return array|mixed * @return array|mixed
*/ */
public function find($storeId, $id); public function find($storeId, $id);
/**
* 计算商品价格
* @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