Authored by 陈峰

change contentcode

1 //****** 线上环境url,提交代码务必检查确认 ****** 1 //****** 线上环境url,提交代码务必检查确认 ******
2 -// export const API_HOST = 'https://api.yoho.cn';  
3 -// export const SERVICE_HOST = 'https://api.yoho.cn'; 2 +export const API_HOST = 'https://api.yoho.cn';
  3 +export const SERVICE_HOST = 'https://api.yoho.cn';
4 export const APP_REPORT_HOST = 'https://app.yoho.cn/collect/v3'; 4 export const APP_REPORT_HOST = 'https://app.yoho.cn/collect/v3';
5 export const LOG_EVENT_HOST = 'https://analysis.yohobuy.com/yas_mobile'; 5 export const LOG_EVENT_HOST = 'https://analysis.yohobuy.com/yas_mobile';
6 export const ACTIVITY_HOST = 'https://action.yoho.cn'; 6 export const ACTIVITY_HOST = 'https://action.yoho.cn';
@@ -21,8 +21,8 @@ export const ACTIVITY_HOST = 'https://action.yoho.cn'; @@ -21,8 +21,8 @@ export const ACTIVITY_HOST = 'https://action.yoho.cn';
21 // export const SERVICE_HOST = 'http://api-test2.dev.yohocorp.com'; 21 // export const SERVICE_HOST = 'http://api-test2.dev.yohocorp.com';
22 22
23 // *********测试3环境********* 23 // *********测试3环境*********
24 - export const API_HOST = 'http://api-test3.dev.yohocorp.com';  
25 - export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com'; 24 +// export const API_HOST = 'http://api-test3.dev.yohocorp.com';
  25 +// export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com';
26 26
27 27
28 28
@@ -60,9 +60,9 @@ function getResourceCode(channel){ @@ -60,9 +60,9 @@ function getResourceCode(channel){
60 //获取首页的contentcode 60 //获取首页的contentcode
61 function getHomeContentCode(channel){ 61 function getHomeContentCode(channel){
62 let config = { 62 let config = {
63 - boy:'305e0a7a4aba32b08c6dd6dc5da47fa9', 63 + boy:'5857d247888b8a603a22a221386fd8e9',
64 // boy: '9cb6138be8e60c96f48107da481816c2', 64 // boy: '9cb6138be8e60c96f48107da481816c2',
65 - girl:'5d9665e6a0a8ec5b2f0c126b36364d24' 65 + girl:'fc6fece83dfa2b347555fff5c87a2178 '
66 } 66 }
67 return config[channel]?config[channel]:config['boy']; 67 return config[channel]?config[channel]:config['boy'];
68 } 68 }