Commit 5f3a2c8a authored by 秦俊坤's avatar 秦俊坤

新增根据主 SKU 获取子 SKU 相关信息 RPC 接口

parent c6d72cb5
......@@ -278,4 +278,11 @@ interface ProductServiceInterface
*/
public function getProductChildByWhere(array $where, array $whereIn = [], array $columns = ['*'], array $relations = []): array;
/**
* 根据主 SKU 获取子 SKU 相关信息
* @param $filters
* @param string[] $childProductFields
* @return array
*/
public function getChildProductsByProductFilter($filters, $childProductFields = ['*']): 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