Commit 12c55f18 by xmy

feat:获取商品by type

parent 9b0bff34
...@@ -108,7 +108,7 @@ interface GoodsInterface ...@@ -108,7 +108,7 @@ interface GoodsInterface
* @return mixed * @return mixed
* @author Administrator * @author Administrator
*/ */
public function listByIds(array $ids, $storeId, $order = ['id', 'DESC']); public function listByIds(array $ids, $storeId, $order = ['id', 'DESC'], $type = '');
/** /**
* 获取sku信息 * 获取sku信息
......
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