code review by fei.hong: do add get guang detail api for yoho boys and girls call
Showing
1 changed file
with
4 additions
and
3 deletions
@@ -29,12 +29,13 @@ class SearchData | @@ -29,12 +29,13 @@ class SearchData | ||
29 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); | 29 | defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); |
30 | switch (APPLICATION_ENV) { | 30 | switch (APPLICATION_ENV) { |
31 | case 'release': | 31 | case 'release': |
32 | - return 'http://100.98.132.63/yohosearch/search.json'; | ||
33 | - case 'test': | 32 | + return 'http://101.201.178.220/yohosearch/search.json'; //return 'http://100.98.132.63/yohosearch/search.json'; |
34 | case 'preview': | 33 | case 'preview': |
34 | + return 'http://101.200.31.165/yohosearch/search.json'; | ||
35 | + case 'test': | ||
35 | case 'developer': | 36 | case 'developer': |
36 | default: | 37 | default: |
37 | - return 'http://101.200.31.165/yohosearch/search.json'; | 38 | + return 'http://192.168.10.64:8080/yohosearch/search.json'; |
38 | } | 39 | } |
39 | } | 40 | } |
40 | 41 |
-
Please register or login to post a comment