Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2016-01-21 01:43:51 +0800
Commit
1373916341cf1d81ac4381e64bff3a8d5465596d
1 parent
2b49780d
code review by fei.hong : modify search call api url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
library/LibModels/Wap/Product/SearchData.php
library/LibModels/Wap/Product/SearchData.php
View file @
1373916
...
...
@@ -28,6 +28,7 @@ class SearchData
{
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'developer'
);
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';
case
'preview'
:
...
...
Please
register
or
login
to post a comment