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
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
e3223c4ee1bd99d514e6fe6d1a63433d89061976
2 parents
f7d1663a
1d746903
Merge branch 'release/4.5' of git.yoho.cn:fe/YOHOBUYWAP into release/4.5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
library/LibModels/Wap/Guang/PlusstarData.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Plusstar.php
library/LibModels/Wap/Guang/PlusstarData.php
View file @
e3223c4
...
...
@@ -204,6 +204,7 @@ class PlusstarData
$result
[
'getArticleByBrand'
]
=
array
();
$param
=
Yohobuy
::
param
();
$param
[
'brand_id'
]
=
$brandInfo
[
'data'
][
'brand_id'
];
$param
[
'uid'
]
=
$uid
;
$param
[
'udid'
]
=
$udid
;
$param
[
'limit'
]
=
3
;
$param
[
'client_type'
]
=
$clientType
;
...
...
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Plusstar.php
View file @
e3223c4
...
...
@@ -4,6 +4,7 @@ use Action\AbstractAction;
use
LibModels\Wap\Guang\PlusstarData
;
use
Plugin\Helpers
;
use
Plugin\Images
;
use
Plugin\UdpLog
;
/**
* 明星品牌和原创品牌
...
...
@@ -119,6 +120,7 @@ class PlusstarController extends AbstractAction
}
catch
(
\Exception
$e
)
{
// do nothing
}
UdpLog
::
info
(
'==$brandInfo=='
,
$brandInfo
);
if
(
empty
(
$brandInfo
[
'getBrandInfo'
][
'data'
][
'brand_id'
]))
{
break
;
}
...
...
Please
register
or
login
to post a comment