Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meibuyu-micro
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
1
Merge Requests
1
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-micro
Commits
2ba37acf
Commit
2ba37acf
authored
Apr 29, 2022
by
秦俊坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
鉴权优化
parent
e7ce9e08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
AuthenticationServiceInterface.php
...ervice/Interfaces/User/AuthenticationServiceInterface.php
+6
-6
No files found.
src/Service/Interfaces/User/AuthenticationServiceInterface.php
View file @
2ba37acf
...
...
@@ -13,30 +13,30 @@ interface AuthenticationServiceInterface
/**
* 获取对应用户能够看到的菜单
* @param string $app
lication
Name
* @param string $appName
* @param integer $userId
* @return array
*/
public
function
getMenus
(
$app
lication
Name
,
$userId
)
:
array
;
public
function
getMenus
(
$appName
,
$userId
)
:
array
;
/**
* 获取对应用户的菜单权限
* @param string $app
lication
Name 应用名称
* @param string $appName 应用名称
* @param integer $userId 用户 ID
* @return array
*/
public
function
getButtons
(
$app
licationName
,
$userId
)
:
array
;
public
function
getButtons
(
$app
Name
,
$userId
,
$frontendPath
)
:
array
;
/**
* 获取对应路由的接口权限结果
* @param $route string 路由名字
* @param $app
lication
Name string 应用名字
* @param $appName string 应用名字
* @param $method string 请求方法
* @param $userId integer 用户 ID
* @return bool
*/
public
function
authByRouter
(
$app
lication
Name
,
$route
,
$method
,
$userId
)
:
bool
;
public
function
authByRouter
(
$appName
,
$route
,
$method
,
$userId
)
:
bool
;
}
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