Commit 7e64c1b6 authored by DESKTOP-PVAUUNL\Administrator's avatar DESKTOP-PVAUUNL\Administrator

Merge branch 'master' into jkb

parents afa6b60b e2025c32
......@@ -40,9 +40,10 @@ interface BaseInfoServiceInterface
* 通过id数组获取站点数组
* @param array $idList 默认去重
* @param array $columns
* @param array $relations $relations 支持的关联关系 ['team', 'country'] 分别代表 团队、国家、
* @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数组获取货币数组
......
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