Commit 50165b77 authored by zhangdongying's avatar zhangdongying

新增RPC方法

parent c822e409
......@@ -120,4 +120,14 @@ interface PlatformProductChildServiceInterface
* @return array
*/
public function getWarehouseProductByFnSku(array $fnSku, $siteId, $columns = ['*']);
/**
* 根据平台子SKU获取列表
*
* @param array $skus 平台子SKU数组
* @param array $columns 平台子产品表的字段
* @param array $relations 平台子产品的关联关系,支持:["platform_product","product_child","weight","packs"]
* @return array
*/
public function getListByPlatformChildSkus(array $skus, 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