change alipay notice url
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -17,7 +17,7 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关 | @@ -17,7 +17,7 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关 | ||
17 | define('API_URL', getenv('TEST_API') ? getenv('TEST_API') : 'http://api-test3.yohops.com:9999/'); | 17 | define('API_URL', getenv('TEST_API') ? getenv('TEST_API') : 'http://api-test3.yohops.com:9999/'); |
18 | define('SERVICE_URL', getenv('TEST_SERVICE') ? getenv('TEST_SERVICE') : 'http://service-test3.yohops.com:9999/'); | 18 | define('SERVICE_URL', getenv('TEST_SERVICE') ? getenv('TEST_SERVICE') : 'http://service-test3.yohops.com:9999/'); |
19 | define('YOHOBUY_URL', 'http://www.yohobuy.com/'); | 19 | define('YOHOBUY_URL', 'http://www.yohobuy.com/'); |
20 | -define('SERVICE_NOTIFY', 'http://testservice.yoho.cn:28077/'); | 20 | +define('SERVICE_NOTIFY', 'http://service-test3.yohops.com:9999/'); |
21 | define('API_OLD', 'http://test2.open.yohobuy.com/'); | 21 | define('API_OLD', 'http://test2.open.yohobuy.com/'); |
22 | 22 | ||
23 | $application = new Application(APPLICATION_PATH . '/configs/application.testing.ini'); | 23 | $application = new Application(APPLICATION_PATH . '/configs/application.testing.ini'); |
-
Please register or login to post a comment