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
1a0670ea
Commit
1a0670ea
authored
May 29, 2020
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加流量平台支付枚举
parent
1835a7fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
UPGRADE_2.x.md
+3
-0
src/Common/Config/CfgCenter.php
+1
-0
src/V2/Common/Config/CfgCenter.php
+1
-0
No files found.
UPGRADE_2.x.md
View file @
1a0670ea
# 2.0.63
-
增加流量平台支付枚举
# 2.0.62
# 2.0.62
-
流量平台-分享达人
-
流量平台-分享达人
...
...
src/Common/Config/CfgCenter.php
View file @
1a0670ea
...
@@ -24,6 +24,7 @@ class CfgCenter
...
@@ -24,6 +24,7 @@ class CfgCenter
const
PAY_ZHIMEI
=
'pay_zhimei'
;
//致美的支付配置
const
PAY_ZHIMEI
=
'pay_zhimei'
;
//致美的支付配置
const
PAY_TRANSFER
=
'pay_transfer'
;
//提现打款专用的支付配置
const
PAY_TRANSFER
=
'pay_transfer'
;
//提现打款专用的支付配置
const
PAY_YUNMAIKEJI
=
'pay_yunmaikeji'
;
// 云脉科技支付
const
PAY_YUNMAIKEJI
=
'pay_yunmaikeji'
;
// 云脉科技支付
const
PAY_TRAFFIC
=
'pay_traffic'
;
// 流量平台支付
const
SELLER_DISTRIBUTION
=
'seller_distribution'
;
//卖家分销配置
const
SELLER_DISTRIBUTION
=
'seller_distribution'
;
//卖家分销配置
const
MP_ZHIMEI
=
'mp_zhimei'
;
//致美的公众号配置
const
MP_ZHIMEI
=
'mp_zhimei'
;
//致美的公众号配置
const
MP_OEMADM
=
'mp_oemadm'
;
// OEM机构管理员公众号后台,使用云脉科技公众号
const
MP_OEMADM
=
'mp_oemadm'
;
// OEM机构管理员公众号后台,使用云脉科技公众号
...
...
src/V2/Common/Config/CfgCenter.php
View file @
1a0670ea
...
@@ -23,6 +23,7 @@ class CfgCenter
...
@@ -23,6 +23,7 @@ class CfgCenter
const
PAY_ZHIMEI
=
'pay_zhimei'
;
//致美的支付配置
const
PAY_ZHIMEI
=
'pay_zhimei'
;
//致美的支付配置
const
PAY_TRANSFER
=
'pay_transfer'
;
//提现打款专用的支付配置
const
PAY_TRANSFER
=
'pay_transfer'
;
//提现打款专用的支付配置
const
PAY_YUNMAIKEJI
=
'pay_yunmaikeji'
;
// 云脉科技支付
const
PAY_YUNMAIKEJI
=
'pay_yunmaikeji'
;
// 云脉科技支付
const
PAY_TRAFFIC
=
'pay_traffic'
;
// 流量平台支付
const
SELLER_DISTRIBUTION
=
'seller_distribution'
;
//卖家分销配置
const
SELLER_DISTRIBUTION
=
'seller_distribution'
;
//卖家分销配置
const
MP_ZHIMEI
=
'mp_zhimei'
;
//致美的公众号配置
const
MP_ZHIMEI
=
'mp_zhimei'
;
//致美的公众号配置
const
MP_OEMADM
=
'mp_oemadm'
;
// OEM机构管理员公众号后台,使用云脉科技公众号
const
MP_OEMADM
=
'mp_oemadm'
;
// 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