Commit 81bd094d authored by 王源's avatar 王源 🎧

编写不验证业务部门获取鉴权的用户id列表的RPC方法

parent 4abe8c0f
......@@ -80,8 +80,17 @@ interface AccessServiceInterface
/**
* 获取鉴权的用户id列表
* @param int $userId 当前用户id
* @return array|string 如果是全部用户返回 'all'字符串
* @return array|string 如果是全部用户返回'all'字符串
*/
public function getUserIds($userId);
/**
* 获取鉴权的用户id列表
* 不验证业务部门
* @param int $userId 当前用户id
* @return array|string 如果是全部用户返回'all'字符串
* @author zero
*/
public function getUserIdsWithoutBusiness($userId);
}
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