Commit 1a72c050 authored by  林继鑫's avatar 林继鑫

新增rpc方法

parent bba7efe8
......@@ -409,4 +409,13 @@ interface ProductServiceInterface
* @return array
*/
public function getProductsBySkuList(array $skuList, array $relations = [], array $columns = ['*']):array;
/**
* @param array $skuList
* @param array $relations
* @param array|string[] $columns
* @return array
*/
public function getProductsByChildSkuList(array $skuList, array $relations = [], array $columns = ['*']):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