修改搜索的url(修改正式的url地址以及测试的search地址)
Code Review By Rock Zhang
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -31,13 +31,13 @@ class SearchData | @@ -31,13 +31,13 @@ class SearchData | ||
31 | case 'production': | 31 | case 'production': |
32 | case 'release': | 32 | case 'release': |
33 | //return 'http://search.yoho.cn/yohosearch/search.json'; | 33 | //return 'http://search.yoho.cn/yohosearch/search.json'; |
34 | - return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json'; | 34 | + return 'http://search.yohoops.org/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json'; |
35 | case 'preview': | 35 | case 'preview': |
36 | return 'http://101.200.31.165/yohosearch/search.json'; | 36 | return 'http://101.200.31.165/yohosearch/search.json'; |
37 | case 'test': | 37 | case 'test': |
38 | case 'developer': | 38 | case 'developer': |
39 | default: | 39 | default: |
40 | - return 'http://101.200.31.165/yohosearch/search.json'; | 40 | + return 'http://192.168.10.64:8080/yohosearch/search.json'; |
41 | } | 41 | } |
42 | } | 42 | } |
43 | 43 | ||
@@ -78,7 +78,7 @@ class SearchData | @@ -78,7 +78,7 @@ class SearchData | ||
78 | * p_d_desc表示按折扣倒序排列 | 78 | * p_d_desc表示按折扣倒序排列 |
79 | * @param integer $page 指定查询是多少页,默认为第一页 | 79 | * @param integer $page 指定查询是多少页,默认为第一页 |
80 | * @param integer $limit 指定查询多少个,默认是60个 | 80 | * @param integer $limit 指定查询多少个,默认是60个 |
81 | - * @param integer $channel表示哪个频道,1表示男生,2表示女生,3表示潮童,4表示创意生活 | 81 | + * @param integer $channel表示哪个频道 ,1表示男生,2表示女生,3表示潮童,4表示创意生活 |
82 | * @return array 搜索到的数据 | 82 | * @return array 搜索到的数据 |
83 | */ | 83 | */ |
84 | public static function searchByCondition($condition) | 84 | public static function searchByCondition($condition) |
@@ -121,7 +121,7 @@ class SearchData | @@ -121,7 +121,7 @@ class SearchData | ||
121 | * p_d_desc表示按折扣倒序排列 | 121 | * p_d_desc表示按折扣倒序排列 |
122 | * @param integer $page 指定查询是多少页,默认为第一页 | 122 | * @param integer $page 指定查询是多少页,默认为第一页 |
123 | * @param integer $limit 指定查询多少个,默认是60个 | 123 | * @param integer $limit 指定查询多少个,默认是60个 |
124 | - * @param integer $channel表示哪个频道,1表示男生,2表示女生,3表示潮童,4表示创意生活 | 124 | + * @param integer $channel表示哪个频道 ,1表示男生,2表示女生,3表示潮童,4表示创意生活 |
125 | * @return array 搜索到的数据 | 125 | * @return array 搜索到的数据 |
126 | */ | 126 | */ |
127 | public static function searchElasticByCondition($condition, $cache = false) | 127 | public static function searchElasticByCondition($condition, $cache = false) |
-
Please register or login to post a comment