Commit 4778757b authored by  林继鑫's avatar 林继鑫

组合产品 增加rpc方法

parent 75867f4b
......@@ -447,4 +447,12 @@ interface ProductServiceInterface
* @author chentianyu
*/
public function getPlatformSkuBySiteProduct($site_id, $product_id, array $columns = ['*']): array;
/**
* 查看是否为组合产品
* @param array $productLists
* @return mixed
*/
public function getProductIsGroup(array $productLists);
}
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