Commit 4d996edc by xmy

feat:流量平台 添加商品

parent 2f389991
......@@ -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