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
yangyang
9 years ago
Commit
e10bca14d1059c1739cc27320fb473534cef4ad4
1 parent
3621b592
小修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/List.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
e10bca1
...
...
@@ -115,7 +115,7 @@ class IndexController extends WebAction
return
;
}
$result
=
array
(
'code'
=>
'400'
,
'code'
=>
400
,
'message'
=>
'operation failed'
);
$uid
=
$this
->
getUid
();
...
...
@@ -123,7 +123,7 @@ class IndexController extends WebAction
do
{
if
(
!
$uid
)
{
$result
=
array
(
'code'
=>
'403'
,
'code'
=>
403
,
'message'
=>
'uid is null'
);
break
;
...
...
yohobuy/www.yohobuy.com/application/modules/Product/controllers/List.php
View file @
e10bca1
...
...
@@ -158,7 +158,7 @@ class ListController extends WebAction
do
{
if
(
!
$uid
)
{
$result
=
array
(
'code'
=>
'403'
,
'code'
=>
403
,
'message'
=>
'uid is null'
);
break
;
...
...
Please
register
or
login
to post a comment