...
|
...
|
@@ -16,7 +16,7 @@ class SearchData extends \LibModels\Wap\Product\SearchData |
|
|
{
|
|
|
defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer');
|
|
|
switch (APPLICATION_ENV) {
|
|
|
case 'release':
|
|
|
case 'production':
|
|
|
if ($type == 'sort') {
|
|
|
return 'http://101.200.31.165/yohosearch/sortgroup.json';
|
|
|
}
|
...
|
...
|
|