Commit 98e012c7 by 王召彬

Merge branch 'test' of http://git.dev.2b3.cn/tencent/services into test

parents 2aa8659d 6a22a7c3
......@@ -217,4 +217,12 @@ interface GoodsInterface
* @return mixed
*/
public function sumGoodsPrice($storeId, $goods);
/**
* 添加商品
* @param $storeId
* @param $param
* @return mixed
*/
public function add($storeId, $param);
}
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