|
@@ -12,15 +12,15 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); |
|
@@ -12,15 +12,15 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); |
12
|
define('EXHIBITION_TICKET', 51335912);//展览票skn
|
12
|
define('EXHIBITION_TICKET', 51335912);//展览票skn
|
13
|
|
13
|
|
14
|
#test环境
|
14
|
#test环境
|
15
|
-//define('API_URL', 'http://testapi.yoho.cn:28078/');
|
|
|
16
|
-//define('SERVICE_URL', 'http://testservice.yoho.cn:28077/');
|
15
|
+define('API_URL', 'http://testapi.yoho.cn:28078/');
|
|
|
16
|
+define('SERVICE_URL', 'http://testservice.yoho.cn:28077/');
|
17
|
//define('YOHOBUY_URL', 'http://www.yohobuy.com/');
|
17
|
//define('YOHOBUY_URL', 'http://www.yohobuy.com/');
|
18
|
//define('SERVICE_NOTIFY', 'http://testservice.yoho.cn:28077/');
|
18
|
//define('SERVICE_NOTIFY', 'http://testservice.yoho.cn:28077/');
|
19
|
//define('API_OLD', 'http://test2.open.yohobuy.com/');
|
19
|
//define('API_OLD', 'http://test2.open.yohobuy.com/');
|
20
|
|
20
|
|
21
|
#dev环境
|
21
|
#dev环境
|
22
|
- define('API_URL', 'http://dev-api.yohops.com:9999/');
|
|
|
23
|
- define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
|
22
|
+// define('API_URL', 'http://dev-api.yohops.com:9999/');
|
|
|
23
|
+// define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
|
24
|
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
|
24
|
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
|
25
|
define('SERVICE_NOTIFY', 'http://test2.open.yohobuy.com/');
|
25
|
define('SERVICE_NOTIFY', 'http://test2.open.yohobuy.com/');
|
26
|
define('API_OLD', 'http://devservice.yoho.cn:58077/');
|
26
|
define('API_OLD', 'http://devservice.yoho.cn:58077/');
|