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
97a91097
Commit
97a91097
authored
Mar 20, 2020
by
xmy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
22e09b39
1da53863
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/Common/Config/CfgCenter.php
+1
-0
src/Order/Enum/PayOriginEnum.php
+2
-0
No files found.
src/Common/Config/CfgCenter.php
View file @
97a91097
...
@@ -23,6 +23,7 @@ class CfgCenter
...
@@ -23,6 +23,7 @@ class CfgCenter
const
PAY_YUNMAI_ISP
=
'pay_yunmai_isp'
;
//云脉的支付服务商配置,用于托管子商户
const
PAY_YUNMAI_ISP
=
'pay_yunmai_isp'
;
//云脉的支付服务商配置,用于托管子商户
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
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/Order/Enum/PayOriginEnum.php
View file @
97a91097
...
@@ -10,4 +10,5 @@ class PayOriginEnum
...
@@ -10,4 +10,5 @@ class PayOriginEnum
const
TIMESCARD
=
5
;
//次卡支付
const
TIMESCARD
=
5
;
//次卡支付
const
BUYER_MP
=
6
;
//买家公众号
const
BUYER_MP
=
6
;
//买家公众号
const
QUICKPAY_H5
=
7
;
// h5页面快速支付
const
QUICKPAY_H5
=
7
;
// h5页面快速支付
const
YUNMAIKJ_MP
=
8
;
// 云脉科技公众号支付
}
}
\ 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