Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xiaowei
9 years ago
Commit
29b8c531e367805885b4d874c7f5487fcc9521a2
2 parents
4fde98cf
42681df5
Merge branch 'hotfix/log'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Shopping/controllers/Pay.php
yohobuy/m.yohobuy.com/application/modules/Shopping/controllers/Pay.php
View file @
29b8c53
...
...
@@ -136,7 +136,7 @@ class PayController extends AbstractAction
$order
=
WxPayApi
::
unifiedOrder
(
$input
);
UdpLog
::
info
(
'【微信支付下单】统一下单时返回结果,'
,
'input:'
.
json_encode
(
$input
)
.
'返回:'
.
json_encode
(
$order
));
$jsApiParameters
=
$tools
->
GetJsApiParameters
(
$order
);
UdpLog
::
info
(
'【微信支付下单】支付参数,'
,
'order:'
.
$order
.
'uid:'
.
$uid
.
'返回:'
.
$jsApiParameters
);
UdpLog
::
info
(
'【微信支付下单】支付参数,'
,
'order:'
.
json_encode
(
$order
)
.
'uid:'
.
$uid
.
'返回:'
.
$jsApiParameters
);
$this
->
echoJson
(
array
(
'code'
=>
200
,
'data'
=>
array
(
'jsApiParameters'
=>
json_decode
(
$jsApiParameters
))));
...
...
Please
register
or
login
to post a comment