Commit 59ef3bd1 authored by 王源's avatar 王源 🎧

更新用户rpc服务接口

parent 83fe4c2a
......@@ -24,7 +24,7 @@ interface UserServiceInterface
* @param array $columns
* @return mixed
*/
public function getByIdList(array $idList, array $columns = ['*']);
public function getByIdList(array $idList, array $columns = ['*'], array $relations = []);
/**
* 鉴权
......
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