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
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
9868a65c8c4e5e833f2e1ea6311f11b9ff6d0389
1 parent
2e581900
do add union codes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
9868a65
...
...
@@ -871,7 +871,7 @@ class HomeController extends AbstractAction
$order
=
WxPayApi
::
unifiedOrder
(
$input
);
$jsApiParameters
=
$tools
->
GetJsApiParameters
(
$order
);
$this
->
echoJson
(
array
(
'code'
=>
200
,
'data'
=>
array
(
'jsApiParameters'
=>
$jsApiParameters
))
);
$this
->
echoJson
(
array
(
'code'
=>
200
,
'data'
=>
array
(
'jsApiParameters'
=>
json_decode
(
$jsApiParameters
)
))
);
}
while
(
false
);
}
...
...
Please
register
or
login
to post a comment