Commit 5eff2e6e authored by 周智鹏's avatar 周智鹏

修改获取钉钉用户列表

parent 385fc75e
...@@ -17,15 +17,10 @@ interface DingUserServiceInterface ...@@ -17,15 +17,10 @@ interface DingUserServiceInterface
public function getByDingUserId($ding_user_id): array; public function getByDingUserId($ding_user_id): array;
/** /**
* 通过部门id获取部门分页用户列表 * 获取部门用户列表
* @param string $departmentId 部门id
* @param int $offset
* @param int $size
* @param string|null $order
* @param string|null $lang
* @return array * @return array
*/ */
public function getDepartmentUsers(string $departmentId, int $offset, int $size, string $order = null, string $lang = null): array; public function getDingUserLists(): 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