Commit f94724a3 authored by qinjunkun's avatar qinjunkun

shopline 产品接口 getChildrenByVids

parent 7111831a
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface ShopLineProductServiceInterface
{
/**
* 通过shoplazza子产品的shoplazza_id获取shoplazza子产品
* @param array $vids 默认去重
* @return array 默认keyBy
*/
public function getChildrenByVids(array $vids): 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