Authored by whb

预生产数据

@@ -17,6 +17,7 @@ class SearchData extends \LibModels\Wap\Product\SearchData @@ -17,6 +17,7 @@ class SearchData extends \LibModels\Wap\Product\SearchData
17 defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); 17 defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer');
18 switch (APPLICATION_ENV) { 18 switch (APPLICATION_ENV) {
19 case 'release': 19 case 'release':
  20 + case 'preview':
20 if ($type == 'sort') { 21 if ($type == 'sort') {
21 return 'http://100.98.132.63/yohosearch/sortgroup.json'; 22 return 'http://100.98.132.63/yohosearch/sortgroup.json';
22 } 23 }
@@ -35,7 +36,6 @@ class SearchData extends \LibModels\Wap\Product\SearchData @@ -35,7 +36,6 @@ class SearchData extends \LibModels\Wap\Product\SearchData
35 } 36 }
36 return 'http://100.98.132.63/yohosearch/search.json'; 37 return 'http://100.98.132.63/yohosearch/search.json';
37 case 'test': 38 case 'test':
38 - case 'preview':  
39 case 'developer': 39 case 'developer':
40 default: 40 default:
41 if ($type == 'sort') { 41 if ($type == 'sort') {
@@ -34,16 +34,15 @@ class HomeModel @@ -34,16 +34,15 @@ class HomeModel
34 const COOKIE_NAME_LIFESTYLE = 'lifestyle'; 34 const COOKIE_NAME_LIFESTYLE = 'lifestyle';
35 35
36 // 男首首页 36 // 男首首页
37 - const CODE_BOYS_CHANNEL = 'c15bf0cbfbd4893fd70c869c991f6d3d'; 37 + const CODE_BOYS_CHANNEL = '79372627eee75d73afe7f9bac91e5ce6';//'c15bf0cbfbd4893fd70c869c991f6d3d';
38 // 女首首页 38 // 女首首页
39 - const CODE_GIRLS_CHANNEL = 'a519ba44ef3a85cf3c05e405c6ba8e53';//'4d897f3b8eec0c465db0125e5b1f9edf';  
40 - // 'a519ba44ef3a85cf3c05e405c6ba8e53'; 39 + const CODE_GIRLS_CHANNEL = '75215008957605c05e8cd375eac4f817';//'a519ba44ef3a85cf3c05e405c6ba8e53';
  40 +
41 // 潮童首页 41 // 潮童首页
42 - const CODE_KIDS_CHANNEL = 'a7741b94e8bb9d56d0d36e00c05956f7';//'331994d6fa8dc87f92a26dd45c0aa071';  
43 - // 'a7741b94e8bb9d56d0d36e00c05956f7';  
44 - 42 + const CODE_KIDS_CHANNEL = 'd71f4b27f2a7229fbb31a4bc490a6f36';//'a7741b94e8bb9d56d0d36e00c05956f7';
  43 +
45 // 创意生活新 44 // 创意生活新
46 - const CODE_LIFESTYLE_CHANNEL = '1b053fd044834f5c86d5eb15fb237af9'; 45 + const CODE_LIFESTYLE_CHANNEL = '8a341ca7eacc069ba80f02dec80eaf34';//'1b053fd044834f5c86d5eb15fb237af9';
47 46
48 // 创意生活 47 // 创意生活
49 const CODE_LIFESTYLE_CHANNEL_1 = '380c38155fd8beee10913a3f5b462da6'; 48 const CODE_LIFESTYLE_CHANNEL_1 = '380c38155fd8beee10913a3f5b462da6';