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
hf
9 years ago
Commit
fcbd5dbb5894e6bc4ea70ed5d448dc69dd2ec9d6
1 parent
465143ee
code review by fei.hong: do fixes bug to shopping cart codes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
library/LibModels/Wap/Product/SearchData.php
library/LibModels/Wap/Product/SearchData.php
View file @
fcbd5db
...
...
@@ -30,7 +30,8 @@ class SearchData
switch
(
APPLICATION_ENV
)
{
case
'production'
:
case
'release'
:
return
'http://101.201.178.220/yohosearch/search.json'
;
//return 'http://100.98.132.63/yohosearch/search.json';
return
'http://search.yoho.cn/yohosearch/search.json'
;
//return 'http://101.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