...
|
...
|
@@ -14,11 +14,9 @@ defined('APPLICATION_ENV') || define('APPLICATION_ENV', 'developer'); |
|
|
define('USE_INTER_FACE_SHUNT', false);//分流开关
|
|
|
|
|
|
#dev环境
|
|
|
// TODO TAR 开发调的线上接口
|
|
|
//define('API_URL', 'http://dev-api.yohops.com:9999/');
|
|
|
//define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
|
|
|
define('API_URL', 'http://api.yoho.yohoops.org/');
|
|
|
define('SERVICE_URL', 'http://service.yoho.yohoops.org/');
|
|
|
|
|
|
define('API_URL', 'http://dev-api.yohops.com:9999/');
|
|
|
define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
|
|
|
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
|
|
|
define('SERVICE_NOTIFY', 'http://test2.open.yohobuy.com/');
|
|
|
define('API_OLD', 'http://devservice.yoho.cn:58077/');
|
...
|
...
|
|