Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
b9074f3c536a366dfb32fe6de9d1559104f29158
1 parent
82b7f87a
PayData web private_key
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
library/LibModels/Web/Product/PayData.php
library/LibModels/Web/Product/PayData.php
View file @
b9074f3
...
...
@@ -235,6 +235,7 @@ class PayData
{
$param
=
Yohobuy
::
param
();
$param
[
'client_type'
]
=
'web'
;
$param
[
'private_key'
]
=
Yohobuy
::
$privateKeyList
[
'web'
];
$param
[
'method'
]
=
'web.SpaceOrders.pcpayNotify'
;
$param
[
'order_code'
]
=
$orderCode
;
$param
[
'payment'
]
=
$payment
;
...
...
@@ -260,6 +261,7 @@ class PayData
// 构建必传参数
$param
=
Yohobuy
::
param
();
$param
[
'client_type'
]
=
'web'
;
$param
[
'private_key'
]
=
Yohobuy
::
$privateKeyList
[
'web'
];
$param
[
'method'
]
=
'app.SpaceOrders.payConfirm'
;
$param
[
'order_code'
]
=
$orderCode
;
$param
[
'payment_id'
]
=
$paymentId
;
...
...
Please
register
or
login
to post a comment