|
@@ -27,7 +27,7 @@ class Yohobuy |
|
@@ -27,7 +27,7 @@ class Yohobuy |
27
|
const SERVICE_URL = 'http://service.yoho.yohoops.org/';
|
27
|
const SERVICE_URL = 'http://service.yoho.yohoops.org/';
|
28
|
const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
28
|
const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
29
|
const API_OLD = 'http://api2.open.yohobuy.com/';
|
29
|
const API_OLD = 'http://api2.open.yohobuy.com/';
|
30
|
- //支付回调地址
|
30
|
+//// 支付回调地址
|
31
|
const SERVICE_NOTIFY = 'http://service.yoho.cn/';
|
31
|
const SERVICE_NOTIFY = 'http://service.yoho.cn/';
|
32
|
|
32
|
|
33
|
// 测试环境 */
|
33
|
// 测试环境 */
|
|
@@ -35,7 +35,7 @@ class Yohobuy |
|
@@ -35,7 +35,7 @@ class Yohobuy |
35
|
// const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
|
35
|
// const SERVICE_URL = 'http://testservice.yoho.cn:28077/';
|
36
|
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
36
|
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
|
37
|
// const API_OLD = 'http://test2.open.yohobuy.com/';
|
37
|
// const API_OLD = 'http://test2.open.yohobuy.com/';
|
38
|
- //支付回调地址
|
38
|
+//// 支付回调地址
|
39
|
// const SERVICE_NOTIFY = 'http://testservice.yoho.cn:28077/';
|
39
|
// const SERVICE_NOTIFY = 'http://testservice.yoho.cn:28077/';
|
40
|
|
40
|
|
41
|
/* 预览环境 */
|
41
|
/* 预览环境 */
|