Showing
1 changed file
with
5 additions
and
5 deletions
1 | -// export const API_HOST = 'https://api.yoho.cn'; | ||
2 | -// export const SERVICE_HOST = 'https://api.yoho.cn'; | 1 | +export const API_HOST = 'https://api.yoho.cn'; |
2 | +export const SERVICE_HOST = 'https://api.yoho.cn'; | ||
3 | export const APP_REPORT_HOST = 'https://app.yoho.cn/collect/v3'; | 3 | export const APP_REPORT_HOST = 'https://app.yoho.cn/collect/v3'; |
4 | export const LOG_EVENT_HOST = 'https://analysis.yohobuy.com/yas_mobile'; | 4 | export const LOG_EVENT_HOST = 'https://analysis.yohobuy.com/yas_mobile'; |
5 | 5 | ||
@@ -13,8 +13,8 @@ export const ACTIVITY_HOST = 'http://action.yoho.cn'; | @@ -13,8 +13,8 @@ export const ACTIVITY_HOST = 'http://action.yoho.cn'; | ||
13 | // export const API_HOST = 'http://api-test1.yohops.com:9999'; | 13 | // export const API_HOST = 'http://api-test1.yohops.com:9999'; |
14 | // export const SERVICE_HOST = 'http://api-test1.yohops.com:9999/'; | 14 | // export const SERVICE_HOST = 'http://api-test1.yohops.com:9999/'; |
15 | 15 | ||
16 | -export const API_HOST = 'http://api-test3.dev.yohocorp.com'; | ||
17 | -export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com'; | 16 | +// export const API_HOST = 'http://api-test3.dev.yohocorp.com'; |
17 | +// export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com'; | ||
18 | 18 | ||
19 | // export const API_HOST = 'http://api-test2.dev.yohocorp.com'; | 19 | // export const API_HOST = 'http://api-test2.dev.yohocorp.com'; |
20 | // export const SERVICE_HOST = 'http://api-test2.dev.yohocorp.com'; | 20 | // export const SERVICE_HOST = 'http://api-test2.dev.yohocorp.com'; |
@@ -29,7 +29,7 @@ export const PAYMENT_CODE = '45'; | @@ -29,7 +29,7 @@ export const PAYMENT_CODE = '45'; | ||
29 | 29 | ||
30 | export const OS_VERSION = 'yohobuy:h5'; | 30 | export const OS_VERSION = 'yohobuy:h5'; |
31 | 31 | ||
32 | -export const APP_VERSION = '2.9.0'; | 32 | +export const APP_VERSION = '1.0.0'; |
33 | export const APP_BUILD = '1041'; | 33 | export const APP_BUILD = '1041'; |
34 | 34 | ||
35 | export const PRIVATE_KEY = 'b43890b0a296ff3c7b8c260ca763980b'; | 35 | export const PRIVATE_KEY = 'b43890b0a296ff3c7b8c260ca763980b'; |
-
Please register or login to post a comment