Showing
1 changed file
with
1 additions
and
1 deletions
@@ -16,7 +16,7 @@ class SearchData extends \LibModels\Wap\Product\SearchData | @@ -16,7 +16,7 @@ class SearchData extends \LibModels\Wap\Product\SearchData | ||
16 | { | 16 | { |
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 'production': |
20 | if ($type == 'sort') { | 20 | if ($type == 'sort') { |
21 | return 'http://100.98.132.63/yohosearch/sortgroup.json'; | 21 | return 'http://100.98.132.63/yohosearch/sortgroup.json'; |
22 | } | 22 | } |
-
Please register or login to post a comment