Loading src/Service/Interfaces/Store/DistributionProductServiceInterface.php +3 −3 Original line number Diff line number Diff line Loading @@ -12,11 +12,11 @@ namespace Meibuyu\Rpc\Service\Interfaces\Store; interface DistributionProductServiceInterface { /** * 通过子SKU数组获取列表 * 通过子产品ID数组获取列表 * * @param array $childSkus 子SKU数组 * @param array $childProductIds 子产品ID数组 * @param array $columns 字段数组 * @return array */ public function getListByChildSkus(array $childSkus, array $columns = []): array; public function getListByChildProductIds(array $childProductIds, array $columns = []): array; } No newline at end of file Loading
src/Service/Interfaces/Store/DistributionProductServiceInterface.php +3 −3 Original line number Diff line number Diff line Loading @@ -12,11 +12,11 @@ namespace Meibuyu\Rpc\Service\Interfaces\Store; interface DistributionProductServiceInterface { /** * 通过子SKU数组获取列表 * 通过子产品ID数组获取列表 * * @param array $childSkus 子SKU数组 * @param array $childProductIds 子产品ID数组 * @param array $columns 字段数组 * @return array */ public function getListByChildSkus(array $childSkus, array $columns = []): array; public function getListByChildProductIds(array $childProductIds, array $columns = []): array; } No newline at end of file