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
whb
9 years ago
Commit
a769d0b71dac9ae54f7c19eb5af1408ab302e635
1 parent
8b35b3b4
预生产数据
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
library/LibModels/Web/Product/SearchData.php
yohobuy/www.yohobuy.com/application/models/Index/Home.php
library/LibModels/Web/Product/SearchData.php
View file @
a769d0b
...
...
@@ -17,6 +17,7 @@ class SearchData extends \LibModels\Wap\Product\SearchData
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'developer'
);
switch
(
APPLICATION_ENV
)
{
case
'release'
:
case
'preview'
:
if
(
$type
==
'sort'
)
{
return
'http://100.98.132.63/yohosearch/sortgroup.json'
;
}
...
...
@@ -35,7 +36,6 @@ class SearchData extends \LibModels\Wap\Product\SearchData
}
return
'http://100.98.132.63/yohosearch/search.json'
;
case
'test'
:
case
'preview'
:
case
'developer'
:
default
:
if
(
$type
==
'sort'
)
{
...
...
yohobuy/www.yohobuy.com/application/models/Index/Home.php
View file @
a769d0b
...
...
@@ -34,16 +34,15 @@ class HomeModel
const
COOKIE_NAME_LIFESTYLE
=
'lifestyle'
;
// 男首首页
const
CODE_BOYS_CHANNEL
=
'c15bf0cbfbd4893fd70c869c991f6d3d'
;
const
CODE_BOYS_CHANNEL
=
'
79372627eee75d73afe7f9bac91e5ce6'
;
//'
c15bf0cbfbd4893fd70c869c991f6d3d';
// 女首首页
const
CODE_GIRLS_CHANNEL
=
'a519ba44ef3a85cf3c05e405c6ba8e53'
;
//'4d897f3b8eec0c465db0125e5b1f9edf';
// 'a519ba44ef3a85cf3c05e405c6ba8e53';
const
CODE_GIRLS_CHANNEL
=
'75215008957605c05e8cd375eac4f817'
;
//'a519ba44ef3a85cf3c05e405c6ba8e53';
// 潮童首页
const
CODE_KIDS_CHANNEL
=
'a7741b94e8bb9d56d0d36e00c05956f7'
;
//'331994d6fa8dc87f92a26dd45c0aa071';
// 'a7741b94e8bb9d56d0d36e00c05956f7';
const
CODE_KIDS_CHANNEL
=
'd71f4b27f2a7229fbb31a4bc490a6f36'
;
//'a7741b94e8bb9d56d0d36e00c05956f7';
// 创意生活新
const
CODE_LIFESTYLE_CHANNEL
=
'1b053fd044834f5c86d5eb15fb237af9'
;
const
CODE_LIFESTYLE_CHANNEL
=
'
8a341ca7eacc069ba80f02dec80eaf34'
;
//'
1b053fd044834f5c86d5eb15fb237af9';
// 创意生活
const
CODE_LIFESTYLE_CHANNEL_1
=
'380c38155fd8beee10913a3f5b462da6'
;
...
...
Please
register
or
login
to post a comment