Commit 0906f8c2 by 王召彬

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

parents 6f2bd9eb c90c3290
# 2.0.65
# 2.0.66
- 添加getStoreByCondition接口
# 2.0.65
- 流量平台商品
# 2.0.64
- 修改sgo函数
......
......@@ -19,7 +19,7 @@ interface CommentsInterface
* [1=>['virtual'=>1,'real'=>2]]
* @throws BaseException
*/
public function getNum(array $itemIds);
public function getNum(array $itemIds, $oemId = 0);
}
\ No newline at end of file
......@@ -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