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
82b7f87ac29a0186212532183150f7b7e1ae986f
1 parent
2623479d
payData 类 client_type 为 web
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 @
82b7f87
...
...
@@ -234,6 +234,7 @@ class PayData
public
static
function
pcpayNotify
(
$orderCode
,
$payment
,
$amount
,
$bankName
=
''
,
$bankCode
=
''
,
$tradeNo
=
''
,
$bankBillNo
=
''
)
{
$param
=
Yohobuy
::
param
();
$param
[
'client_type'
]
=
'web'
;
$param
[
'method'
]
=
'web.SpaceOrders.pcpayNotify'
;
$param
[
'order_code'
]
=
$orderCode
;
$param
[
'payment'
]
=
$payment
;
...
...
@@ -258,6 +259,7 @@ class PayData
{
// 构建必传参数
$param
=
Yohobuy
::
param
();
$param
[
'client_type'
]
=
'web'
;
$param
[
'method'
]
=
'app.SpaceOrders.payConfirm'
;
$param
[
'order_code'
]
=
$orderCode
;
$param
[
'payment_id'
]
=
$paymentId
;
...
...
Please
register
or
login
to post a comment