Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
f1754f79
Commit
f1754f79
authored
Dec 10, 2018
by
liuyuzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付链接问题
parent
8f9c63cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
QPay.php
application/library/Payment/QPay.php
+1
-1
WxLitePay.php
application/library/Payment/WxLitePay.php
+1
-1
WxPay.php
application/library/Payment/WxPay.php
+1
-1
No files found.
application/library/Payment/QPay.php
100755 → 100644
View file @
f1754f79
...
@@ -10,7 +10,7 @@ class QPay extends \Payment\TencentPay{
...
@@ -10,7 +10,7 @@ class QPay extends \Payment\TencentPay{
public
function
__construct
()
{
public
function
__construct
()
{
$this
->
appid
=
\Our\PayConst
::
qPayAppId
;
$this
->
appid
=
\Our\PayConst
::
qPayAppId
;
$this
->
notify_url
=
\Our\
NameConst
::
httpPrefix
.
$_SERVER
[
'SERVER_NAME'
]
.
\Our\PayConst
::
qPayNotifyUrl
;
$this
->
notify_url
=
\Our\
Common
::
getBaseUrl
()
.
\Our\PayConst
::
qPayNotifyUrl
;
$this
->
mch_id
=
\Our\PayConst
::
qPayMchId
;
$this
->
mch_id
=
\Our\PayConst
::
qPayMchId
;
$this
->
key
=
\Our\PayConst
::
qPayKey
;
$this
->
key
=
\Our\PayConst
::
qPayKey
;
$this
->
sslcert_path
=
\Our\PayConst
::
qqSslcertPath
;
$this
->
sslcert_path
=
\Our\PayConst
::
qqSslcertPath
;
...
...
application/library/Payment/WxLitePay.php
View file @
f1754f79
...
@@ -12,7 +12,7 @@ class WxLitePay extends \Payment\TencentPay{
...
@@ -12,7 +12,7 @@ class WxLitePay extends \Payment\TencentPay{
public
function
__construct
()
public
function
__construct
()
{
{
$this
->
appid
=
\Our\PayConst
::
wxLiteAppId
;
$this
->
appid
=
\Our\PayConst
::
wxLiteAppId
;
$this
->
notify_url
=
\Our\
NameConst
::
httpPrefix
.
$_SERVER
[
'SERVER_NAME'
]
.
\Our\PayConst
::
wxLiteNotifyUrl
;
$this
->
notify_url
=
\Our\
Common
::
getBaseUrl
()
.
\Our\PayConst
::
wxLiteNotifyUrl
;
$this
->
mch_id
=
\Our\PayConst
::
wxPayMchId
;
$this
->
mch_id
=
\Our\PayConst
::
wxPayMchId
;
$this
->
key
=
\Our\PayConst
::
wxSPayKey
;
$this
->
key
=
\Our\PayConst
::
wxSPayKey
;
$this
->
sslcert_path
=
\Our\PayConst
::
wxSslcertPath
;
$this
->
sslcert_path
=
\Our\PayConst
::
wxSslcertPath
;
...
...
application/library/Payment/WxPay.php
View file @
f1754f79
...
@@ -15,7 +15,7 @@ class WxPay extends \Payment\TencentPay
...
@@ -15,7 +15,7 @@ class WxPay extends \Payment\TencentPay
public
function
__construct
()
public
function
__construct
()
{
{
$this
->
appid
=
\Our\PayConst
::
wxPayAppId
;
$this
->
appid
=
\Our\PayConst
::
wxPayAppId
;
$this
->
notify_url
=
\Our\
NameConst
::
httpPrefix
.
$_SERVER
[
'SERVER_NAME'
]
.
\Our\PayConst
::
wxAppNotifyUrl
;
$this
->
notify_url
=
\Our\
Common
::
getBaseUrl
()
.
\Our\PayConst
::
wxAppNotifyUrl
;
$this
->
mch_id
=
\Our\PayConst
::
wxPayMchId
;
$this
->
mch_id
=
\Our\PayConst
::
wxPayMchId
;
$this
->
key
=
\Our\PayConst
::
wxPayKey
;
$this
->
key
=
\Our\PayConst
::
wxPayKey
;
$this
->
sslcert_path
=
\Our\PayConst
::
wxSslcertPath
;
$this
->
sslcert_path
=
\Our\PayConst
::
wxSslcertPath
;
...
...
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