Commit 8d51f978 authored by 王源's avatar 王源 🎧

编写三方平台产品rpc接口文件

parent 0a0a72f7
<?php
/**
* Created by PhpStorm.
* User: Zero
* Date: 2021/12/07
* Time: 9:39
*/
namespace Meibuyu\Rpc\Service\Interfaces\Product;
interface ThirdPlatformProductServiceInterface
{
/**
* 通过三方平台子产品的三方平台子产品
* @param array $ids 默认去重
* @param string $type
* @return array 默认keyBy
* @author Zero
*/
public function getChildrenByIds(array $ids, string $type): 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