Authored by Rock Zhang

Merge branch 'hotfix/interface-change'

... ... @@ -31,7 +31,7 @@ class SearchData
case 'production':
case 'release':
//return 'http://search.yoho.cn/yohosearch/search.json';
return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json';
return 'http://search.yohoops.org/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json';
case 'preview':
return 'http://101.200.31.165/yohosearch/search.json';
case 'test':
... ...