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
ba6e42e4
Commit
ba6e42e4
authored
Jun 30, 2020
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加枚举
parent
033832d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/Auth/Enum/AuthEnum.php
+2
-1
src/Common/Config/CfgCenter.php
+2
-1
No files found.
src/Auth/Enum/AuthEnum.php
View file @
ba6e42e4
...
...
@@ -41,7 +41,8 @@ class AuthEnum
const
AUTH_TYPE_TRAFFIC_SELLER
=
208
;
// 流量平台的商家
const
AUTH_TYPE_SHARER_TALENT
=
209
;
// 流量平台的分享达人
const
APP_TYPE_REGISTER
=
1
;
// 店铺注册专用小程序
const
APP_TYPE_CATERING
=
2
;
// 餐饮行业店铺管理小程序
...
...
src/Common/Config/CfgCenter.php
View file @
ba6e42e4
...
...
@@ -30,7 +30,8 @@ class CfgCenter
const
MP_OEMADM
=
'mp_oemadm'
;
// OEM机构管理员公众号后台,使用云脉科技公众号
const
TRAFFIC_BACKEND_WEAPP
=
'traffic_backend_weapp'
;
//流量平台业务员端小程序
const
TRAFFIC_FRONTEND_WEAPP
=
'traffic_frontend_weapp'
;
//流量平台买家端小程序
const
REGISTER_WEAPP
=
'register_weapp'
;
// 注册店铺专用小程序
/**
* 根据用户token获取配置, 优先使用此方法读取配置
* 用法:
...
...
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