Commit c34ea339 authored by zhangdongying's avatar zhangdongying
Browse files

分销产品RPC修改

parent d941cbce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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