Authored by 周少峰

search url

@@ -39,7 +39,7 @@ class SearchData @@ -39,7 +39,7 @@ class SearchData
39 return 'http://testing.yohoops.org/yohosearch/search.json'; 39 return 'http://testing.yohoops.org/yohosearch/search.json';
40 case 'developer': 40 case 'developer':
41 default: 41 default:
42 - return 'http://192.168.102.216:8080/yohosearch/search.json'; 42 + return 'http://searchyohoops.yohobuy.com/yohosearch/search.json';
43 } 43 }
44 } 44 }
45 45
@@ -173,7 +173,6 @@ class ShopProcess @@ -173,7 +173,6 @@ class ShopProcess
173 } 173 }
174 self::$shopData['hotCategory']['list'][] = array('url' => $cate['url'], 'img' => $cate['src']); 174 self::$shopData['hotCategory']['list'][] = array('url' => $cate['url'], 'img' => $cate['src']);
175 } 175 }
176 - return $data;  
177 } 176 }
178 177
179 /** 178 /**