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
737325cf59db30d9a8debc6dad832d495ae809b1
1 parent
73dc564c
fixes some bugs to weixin pay
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
737325c
...
...
@@ -819,14 +819,14 @@ class HomeController extends AbstractAction
public
function
weixinapiAction
()
{
do
{
// if (!$this->isAjax()) {
// break;
// }
//
// $uid = $this->getUid(true);
// if (!$uid) {
// break;
// }
if
(
!
$this
->
isAjax
())
{
break
;
}
$uid
=
$this
->
getUid
(
true
);
if
(
!
$uid
)
{
break
;
}
$orderCode
=
$this
->
get
(
'order_code'
);
if
(
empty
(
$orderCode
))
{
...
...
Please
register
or
login
to post a comment