Commit 9b718d04 authored by zhangdongying's avatar zhangdongying

新增通过ID获取组合产品列表RPC

parent cd213a3c
......@@ -130,4 +130,13 @@ interface PlatformProductChildServiceInterface
* @return array
*/
public function getListByPlatformChildSkus(array $skus, array $columns = ['*'], array $relations = []): array;
/**
* 通过ID获取组合产品列表
*
* @param int $siteId 站点ID
* @param array $ids 平台子SKU-ID数组
* @return array keyBy('id')
*/
public function getPackListByIds(int $siteId, array $ids): array;
}
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