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
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
c8efe74ff4c8f91115c3077398e8c012cbd9a282
1 parent
dcae1b67
搜索端口号改成8080
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
library/LibModels/Web/Product/SearchData.php
library/LibModels/Web/Product/SearchData.php
View file @
c8efe74
...
...
@@ -77,7 +77,7 @@ class SearchData
elseif
(
$type
==
'brand'
)
{
return
'http://192.168.10.64:8080/yohosearch/brand/list.json'
;
}
return
'http://192.168.102.216:808
7
/yohosearch/search.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/search.json'
;
case
'testing'
:
if
(
$type
==
'sort'
)
{
return
'http://testing.yohoops.org/yohosearch/sortgroup.json'
;
...
...
@@ -107,30 +107,30 @@ class SearchData
case
'developer'
:
default
:
if
(
$type
==
'sort'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/sortgroup.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/sortgroup.json'
;
}
elseif
(
$type
==
'discount'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/discount.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/discount.json'
;
}
elseif
(
$type
==
'recent'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/recent.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/recent.json'
;
}
elseif
(
$type
==
'suggest'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/suggest.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/suggest.json'
;
}
else
if
(
$type
==
'new-shelve'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/new-shelve.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/new-shelve.json'
;
}
elseif
(
$type
==
'shop'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/shops.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/shops.json'
;
}
elseif
(
$type
==
'search'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/search.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/search.json'
;
}
elseif
(
$type
==
'brand'
)
{
return
'http://192.168.102.216:808
7
/yohosearch/brand/list.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/brand/list.json'
;
}
return
'http://192.168.102.216:808
7
/yohosearch/search.json'
;
return
'http://192.168.102.216:808
0
/yohosearch/search.json'
;
}
}
...
...
Please
register
or
login
to post a comment