Commit 340f0ac2 authored by gongyuanbiao's avatar gongyuanbiao

飞书

parent aec36d83
...@@ -20,4 +20,21 @@ Interface FeiShuUserServiceInterface ...@@ -20,4 +20,21 @@ Interface FeiShuUserServiceInterface
* @return mixed * @return mixed
*/ */
public function getUserList(); public function getUserList();
/**
* Notes:通过临时Code获取用户信息(用于飞书扫码登录第三方应用)
* User: carlos
* DateTime: 2021/12/20 9:31
* @param string $code
* @return mixed
*/
public function getUserByCode(string $code);
/**
* Notes: 获取飞书应用id
* User: carlos
* DateTime: 2021/12/20 9:32
* @return mixed
*/
public function getAppId();
} }
\ No newline at end of file
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