Authored by 周少峰

change alipay notice url

... ... @@ -17,7 +17,7 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关
define('API_URL', getenv('TEST_API') ? getenv('TEST_API') : 'http://api-test3.yohops.com:9999/');
define('SERVICE_URL', getenv('TEST_SERVICE') ? getenv('TEST_SERVICE') : 'http://service-test3.yohops.com:9999/');
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
define('SERVICE_NOTIFY', 'http://testservice.yoho.cn:28077/');
define('SERVICE_NOTIFY', 'http://service-test3.yohops.com:9999/');
define('API_OLD', 'http://test2.open.yohobuy.com/');
$application = new Application(APPLICATION_PATH . '/configs/application.testing.ini');
... ...