Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2016-01-20 13:34:54 +0800
Commit
9cf54fdb37d11bbe98b71ce1a512e9f2b4d9e575
1 parent
a4fe221c
code review by fei.hong: do add get guang detail api for yoho boys and girls call
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
View file @
9cf54fd
...
...
@@ -359,9 +359,12 @@ class InfoController extends AbstractAction
if
(
!
is_numeric
(
$id
))
{
break
;
}
$app
=
$this
->
get
(
'app'
);
$isApp
=
empty
(
$app
)
?
false
:
true
;
/* 判断是否有内容 */
$detail
=
DetailData
::
package
ForYoho
(
$id
,
true
);
$detail
=
DetailData
::
package
(
$id
,
$isApp
);
if
(
empty
(
$detail
[
'getArticleContent'
]))
{
break
;
}
...
...
Please
register
or
login
to post a comment