Commit e2025c32 authored by 王源's avatar 王源 🎧

优化站点rpc

parent 047586a6
...@@ -40,9 +40,10 @@ interface BaseInfoServiceInterface ...@@ -40,9 +40,10 @@ interface BaseInfoServiceInterface
* 通过id数组获取站点数组 * 通过id数组获取站点数组
* @param array $idList 默认去重 * @param array $idList 默认去重
* @param array $columns * @param array $columns
* @param array $relations $relations 支持的关联关系 ['team', 'country'] 分别代表 团队、国家、
* @return array 默认keyBY('id') * @return array 默认keyBY('id')
*/ */
public function getSiteListByIdList(array $idList, array $columns = ['id', 'name']): array; public function getSiteListByIdList(array $idList, array $columns = ['id', 'name'], array $relations = []): array;
/** /**
* 通过id数组获取货币数组 * 通过id数组获取货币数组
......
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