Authored by 梁志锋

修改测试环境测试服务的地址

@@ -36,7 +36,7 @@ class SearchData @@ -36,7 +36,7 @@ class SearchData
36 // return 'http://101.200.31.165/yohosearch/search.json'; 36 // return 'http://101.200.31.165/yohosearch/search.json';
37 return 'http://192.168.10.64:8080/yohosearch/search.json'; 37 return 'http://192.168.10.64:8080/yohosearch/search.json';
38 case 'testing': 38 case 'testing':
39 - return 'http://testing.yohoops.org/yohosearch/search.json'; 39 + return 'http://192.168.102.216:8080/yohosearch/search.json';
40 case 'developer': 40 case 'developer':
41 default: 41 default:
42 return 'http://searchyohoops.yohobuy.com/yohosearch/search.json'; 42 return 'http://searchyohoops.yohobuy.com/yohosearch/search.json';
@@ -100,7 +100,6 @@ class SearchData @@ -100,7 +100,6 @@ class SearchData
100 $param += $condition; 100 $param += $condition;
101 } 101 }
102 $param['client_secret'] = Sign::getSign($param); 102 $param['client_secret'] = Sign::getSign($param);
103 -  
104 return Yohobuy::get(Yohobuy::API_URL, $param); 103 return Yohobuy::get(Yohobuy::API_URL, $param);
105 } 104 }
106 105