Commit e1ab89ae authored by zhangdongying's avatar zhangdongying

平台产品新接口

parent e38cd4e0
......@@ -55,4 +55,13 @@ interface PlatformProductServiceInterface
*/
public function amazonWarehouses();
/**
* 根据产品ID获取列表
*
* @param array $productIds 仓库主产品ID数组
* @param array $columns 列名数组
* @param array $relations 平台产品的关联关系
* @return array keyBy('product_id')
*/
public function getListByProductIds(array $productIds, array $columns = ['*'], array $relations = []): 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