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
hf
9 years ago
Commit
45bc67e430edb78815c1831e3e1ed66eec6c7f9a
1 parent
5616b39e
code review by fei.hong : fixes bug to modify Helpers.php undifined vars and modify searchd ip
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Product/SearchData.php
library/LibModels/Wap/Product/SearchData.php
View file @
45bc67e
...
...
@@ -29,7 +29,7 @@ class SearchData
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'developer'
);
switch
(
APPLICATION_ENV
)
{
case
'release'
:
return
'http://10
0.98.132.63/yohosearch/search.json'
;
//return 'http://101.201.178.220
/yohosearch/search.json';
return
'http://10
1.201.178.220/yohosearch/search.json'
;
//return 'http://100.98.132.63
/yohosearch/search.json';
case
'preview'
:
return
'http://101.200.31.165/yohosearch/search.json'
;
case
'test'
:
...
...
Please
register
or
login
to post a comment