Commit 9526e94b authored by carlos's avatar carlos

shoplazza产品rpc

parent 8bdc9238
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface ShoplazzaProductServiceInterface
{
/**
* 通过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