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
652073afcb0a291ab800824fa7b729906ad92ba3
1 parent
8dabeb1d
搜索地址 修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
19 deletions
library/LibModels/Web/Product/SearchData.php
library/LibModels/Web/Product/SearchData.php
View file @
652073a
...
...
@@ -77,50 +77,35 @@ class SearchData
elseif
(
$type
==
'brand'
)
{
return
'http://192.168.10.64:8080/yohosearch/brand/list.json'
;
}
return
'http://192.168.10
.64:8080
/yohosearch/search.json'
;
return
'http://192.168.10
2.216:8087
/yohosearch/search.json'
;
case
'testing'
:
case
'developer'
:
default
:
if
(
$type
==
'sort'
)
{
return
'http://101.200.31.165/yohosearch/sortgroup.json'
;
// return 'http://101.200.31.165/yohosearch/sortgroup.json';
// return 'http://182.92.99.119:8080/yohosearch/sortgroup.json';
}
elseif
(
$type
==
'discount'
)
{
return
'http://101.200.31.165/yohosearch/discount.json'
;
// return 'http://101.200.31.165/yohosearch/discount.json';
// return 'http://182.92.99.119:8080/yohosearch/discount.json';
}
elseif
(
$type
==
'recent'
)
{
return
'http://101.200.31.165/yohosearch/recent.json'
;
// return 'http://101.200.31.165/yohosearch/recent.json';
// return 'http://182.92.99.119:8080/yohosearch/recent.json';
}
elseif
(
$type
==
'suggest'
)
{
return
'http://101.200.31.165/yohosearch/suggest.json'
;
// return 'http://101.200.31.165/yohosearch/suggest.json';
// return 'http://182.92.99.119:8080/yohosearch/suggest.json';
}
else
if
(
$type
==
'new-shelve'
)
{
return
'http://101.200.31.165/yohosearch/new-shelve.json'
;
//'http://182.92.99.119:8080/yohosearch/new-shelve.json';
// return 'http://182.92.99.119:8080/yohosearch/new-shelve.json';//'http://182.92.99.119:8080/yohosearch/new-shelve.json';
return
'http://101.200.31.165/yohosearch/new-shelve.json'
;
}
elseif
(
$type
==
'shop'
)
{
return
'http://101.200.31.165/yohosearch/shops.json'
;
// return 'http://101.200.31.165/yohosearch/shops.json';
// return 'http://182.92.99.119:8080/yohosearch/shops.json';
}
elseif
(
$type
==
'search'
)
{
return
'http://1
82.92.99.119:8080/yohosearch/search-once
.json'
;
return
'http://1
92.168.102.216:8087/yohosearch/search
.json'
;
}
elseif
(
$type
==
'brand'
)
{
return
'http://101.200.31.165/yohosearch/brand/list.json'
;
// return 'http://101.200.31.165/yohosearch/brand/list.json';
// return 'http://182.92.99.119:8080/yohosearch/brand/list.json';
}
return
'http://101.200.31.165/yohosearch/search.json'
;
//return 'http://101.200.31.165/yohosearch/search.json';
// return 'http://182.92.99.119:8080/yohosearch/search.json';
return
'http://192.168.102.216:8087/yohosearch/search.json'
;
}
}
...
...
Please
register
or
login
to post a comment