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
周少峰
9 years ago
Commit
4bf5c2b9bb3beac5ba8364ae9e16d46eaafac019
1 parent
a715938d
search chinese
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
library/LibModels/Wap/Category/BrandData.php
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
library/LibModels/Wap/Category/BrandData.php
View file @
4bf5c2b
...
...
@@ -283,7 +283,7 @@ class BrandData
public
static
function
delBrandSearchHistory
(
$uid
)
{
$param
=
Yohobuy
::
param
();
$param
[
'method'
]
=
'
web.brand.serie
s'
;
$param
[
'method'
]
=
'
app.search.clearHotBrandRecord
s'
;
$param
[
'uid'
]
=
$uid
;
$param
[
'client_secret'
]
=
Sign
::
getSign
(
$param
);
return
Yohobuy
::
get
(
Yohobuy
::
API_URL
,
$param
);
...
...
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
View file @
4bf5c2b
...
...
@@ -164,6 +164,7 @@ class BrandModel
$list
[
'url'
]
=
Helpers
::
url
(
''
,
null
,
$row
[
'brand_domain'
]);
$list
[
'brandId'
]
=
$row
[
'id'
];
$list
[
'brandDomain'
]
=
$row
[
'brand_domain'
];
$list
[
'searchName'
]
=
$row
[
'brand_name_en'
]
.
$row
[
'brand_name_cn'
];
$build
[]
=
$list
;
}
$result
[
$char
]
=
$build
;
...
...
Please
register
or
login
to post a comment