Showing
1 changed file
with
5 additions
and
0 deletions
@@ -42,6 +42,11 @@ class Yohobuy | @@ -42,6 +42,11 @@ class Yohobuy | ||
42 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 42 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
43 | const API_OLD = 'http://api2.open.yohobuy.com/'; | 43 | const API_OLD = 'http://api2.open.yohobuy.com/'; |
44 | 44 | ||
45 | + /*PC重构地址*/ | ||
46 | +// const API_URL = 'http://test2.open.yohobuy.com/'; | ||
47 | +// const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | ||
48 | +// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
49 | + | ||
45 | /** | 50 | /** |
46 | * 私钥列表 | 51 | * 私钥列表 |
47 | * | 52 | * |
-
Please register or login to post a comment