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
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
0023e82098ac5015e0b22b985bdff0340119f5d2
2 parents
1e0c2f29
183fa799
Merge branch 'release/4.4' of
http://git.dev.yoho.cn/web/yohobuy
into release/4.4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
9 deletions
library/LibModels/Web/Product/SearchData.php
library/LibModels/Web/Product/SearchData.php
View file @
0023e82
...
...
@@ -80,30 +80,39 @@ class SearchData
return
'http://192.168.102.216:8087/yohosearch/search.json'
;
case
'testing'
:
if
(
$type
==
'sort'
)
{
return
'http://10.66.100.4:8080/yohosearch/sortgroup.json'
;
return
'http://192.168.102.216:8087/yohosearch/sortgroup.json'
;
// return 'http://10.66.100.4:8080/yohosearch/sortgroup.json';
}
elseif
(
$type
==
'discount'
)
{
return
'http://10.66.100.4:8080/yohosearch/discount.json'
;
return
'http://192.168.102.216:8087/yohosearch/discount.json'
;
// return 'http://10.66.100.4:8080/yohosearch/discount.json';
}
elseif
(
$type
==
'recent'
)
{
return
'http://10.66.100.4:8080/yohosearch/recent.json'
;
return
'http://192.168.102.216:8087/yohosearch/recent.json'
;
// return 'http://10.66.100.4:8080/yohosearch/recent.json';
}
elseif
(
$type
==
'suggest'
)
{
return
'http://10.66.100.4:8080/yohosearch/suggest.json'
;
return
'http://192.168.102.216:8087/yohosearch/suggest.json'
;
// return 'http://10.66.100.4:8080/yohosearch/suggest.json';
}
else
if
(
$type
==
'new-shelve'
)
{
return
'http://10.66.100.4:8080/yohosearch/new-shelve.json'
;
return
'http://192.168.102.216:8087/yohosearch/new-shelve.json'
;
// return 'http://10.66.100.4:8080/yohosearch/new-shelve.json';
}
elseif
(
$type
==
'shop'
)
{
return
'http://10.66.100.4:8080/yohosearch/shops.json'
;
return
'http://192.168.102.216:8087/yohosearch/shops.json'
;
// return 'http://10.66.100.4:8080/yohosearch/shops.json';
}
elseif
(
$type
==
'search'
)
{
return
'http://10.66.100.4:8080/yohosearch/search.json'
;
return
'http://192.168.102.216:8087/yohosearch/search.json'
;
// return 'http://10.66.100.4:8080/yohosearch/search.json';
}
elseif
(
$type
==
'brand'
)
{
return
'http://10.66.100.4:8080/yohosearch/brand/list.json'
;
return
'http://192.168.102.216:8087/yohosearch/brand/list.json'
;
// return 'http://10.66.100.4:8080/yohosearch/brand/list.json';
}
return
'http://10.66.100.4:8080/yohosearch/search.json'
;
return
'http://192.168.102.216:8087/yohosearch/search.json'
;
// return 'http://10.66.100.4:8080/yohosearch/search.json';
case
'developer'
:
default
:
if
(
$type
==
'sort'
)
{
...
...
Please
register
or
login
to post a comment