Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
3455aa05
Commit
3455aa05
authored
Jan 19, 2020
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oem管理员权限
parent
9fdd8ee4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/Auth/Enum/AuthEnum.php
+2
-0
No files found.
src/Auth/Enum/AuthEnum.php
View file @
3455aa05
...
...
@@ -15,6 +15,7 @@ class AuthEnum
const
SCOPE_AGENT
=
2
;
// 店铺分销代理者
const
SCOPE_SELLER
=
3
;
//卖家
const
SCOPE_OEMADM
=
3.1
;
//oem管理员
const
SCOPE_ADMIN
=
4
;
//管理员
const
SCOPE_SUPER_ADMIN
=
5
;
//超级管理员
...
...
@@ -30,6 +31,7 @@ class AuthEnum
const
AUTH_TYPE_E_AND_S
=
203
;
//选择授权(用户自己选择进行员工授权还是卖家授权)
const
AUTH_TYPE_BUYER
=
204
;
//买家授权
const
AUTH_TYPE_OEMADM
=
205
;
//oem管理员授权
...
...
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