Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-rpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
without authentication
meibuyu-rpc
Commits
a94096bb
Commit
a94096bb
authored
Dec 16, 2021
by
王源
🎧
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v1.0.5' into 'master'
飞书rpc接口 See merge request
!1
parents
46dfe8d4
78ba6857
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
FeiShuMessageServiceInterface.php
...rvice/Interfaces/FeiShu/FeiShuMessageServiceInterface.php
+17
-0
FeiShuUserServiceInterface.php
src/Service/Interfaces/FeiShu/FeiShuUserServiceInterface.php
+23
-0
No files found.
src/Service/Interfaces/FeiShu/FeiShuMessageServiceInterface.php
0 → 100644
View file @
a94096bb
<?php
namespace
Meibuyu\Rpc\Service\Interfaces\FeiShu
;
interface
FeiShuMessageServiceInterface
{
/**
* Notes: 批量发送消息
* User: carlos
* DateTime: 2021/12/15 17:31
* @param array $userIds
* @param string $template
* @param array $data
* @return mixed
*/
public
function
batchSendMsg
(
array
$userIds
,
string
$template
,
array
$data
);
}
\ No newline at end of file
src/Service/Interfaces/FeiShu/FeiShuUserServiceInterface.php
0 → 100644
View file @
a94096bb
<?php
namespace
Meibuyu\Rpc\Service\Interfaces\FeiShu
;
Interface
FeiShuUserServiceInterface
{
/**
* Notes: 通过手机号码 获取飞书用户ID
* User: carlos
* DateTime: 2021/12/15 13:50
* @param string $phone
* @return mixed
*/
public
function
getUserIdByPhone
(
array
$phone
);
/**
* Notes: 获取部门用户
* User: carlos
* DateTime: 2021/12/15 13:51
* @return mixed
*/
public
function
getUserList
();
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment