Commit c34ea339 authored by zhangdongying's avatar zhangdongying

分销产品RPC修改

parent d941cbce
...@@ -12,11 +12,11 @@ namespace Meibuyu\Rpc\Service\Interfaces\Store; ...@@ -12,11 +12,11 @@ namespace Meibuyu\Rpc\Service\Interfaces\Store;
interface DistributionProductServiceInterface interface DistributionProductServiceInterface
{ {
/** /**
* 通过子SKU数组获取列表 * 通过子产品ID数组获取列表
* *
* @param array $childSkus 子SKU数组 * @param array $childProductIds 子产品ID数组
* @param array $columns 字段数组 * @param array $columns 字段数组
* @return array * @return array
*/ */
public function getListByChildSkus(array $childSkus, array $columns = []): array; public function getListByChildProductIds(array $childProductIds, array $columns = []): array;
} }
\ No newline at end of file
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