fixes bug refs YBW-2719 login redirect cuxiao coupon page
Showing
1 changed file
with
8 additions
and
8 deletions
@@ -16,16 +16,16 @@ use Plugin\Cache; | @@ -16,16 +16,16 @@ use Plugin\Cache; | ||
16 | 16 | ||
17 | class Yohobuy | 17 | class Yohobuy |
18 | { | 18 | { |
19 | -// /* 正式环境 */ | ||
20 | -// const API_URL = 'http://api2.open.yohobuy.com/'; | ||
21 | -// const SERVICE_URL = 'http://service.api.yohobuy.com/'; | ||
22 | -// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
23 | - | ||
24 | - /* 测试环境 */ | ||
25 | - const API_URL = 'http://test2.open.yohobuy.com/'; | ||
26 | - const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | 19 | + /* 正式环境 */ |
20 | + const API_URL = 'http://api2.open.yohobuy.com/'; | ||
21 | + const SERVICE_URL = 'http://service.api.yohobuy.com/'; | ||
27 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 22 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
28 | 23 | ||
24 | +// /* 测试环境 */ | ||
25 | +// const API_URL = 'http://test2.open.yohobuy.com/'; | ||
26 | +// const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | ||
27 | +// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
28 | + | ||
29 | /** | 29 | /** |
30 | * 私钥列表 | 30 | * 私钥列表 |
31 | * | 31 | * |
-
Please register or login to post a comment