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
hf
9 years ago
Commit
685abf317a3912ca87752449c358a448dc03990a
1 parent
7026e8bd
fixes some bugs to weixin pay
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
685abf3
...
...
@@ -838,6 +838,10 @@ class HomeController extends AbstractAction
break
;
}
$result
[
'data'
][
'appId'
]
=
'wx049fdaa3ba9cdd7a'
;
//'wx75e5a7c0c88e45c2';
$result
[
'data'
][
'signType'
]
=
'MD5'
;
$result
[
'data'
][
'paySign'
]
=
isset
(
$result
[
'data'
][
'sign'
])
?
$result
[
'data'
][
'sign'
]
:
''
;
$this
->
echoJson
(
array
(
'code'
=>
200
,
'data'
=>
array
(
'jsApiParameters'
=>
$result
[
'data'
]))
);
}
while
(
false
);
...
...
Please
register
or
login
to post a comment