fixes bug to weixin share header show error
Showing
2 changed files
with
4 additions
and
5 deletions
@@ -16,16 +16,15 @@ use Plugin\Cache; | @@ -16,16 +16,15 @@ use Plugin\Cache; | ||
16 | 16 | ||
17 | class Yohobuy | 17 | class Yohobuy |
18 | { | 18 | { |
19 | - | ||
20 | /* 正式环境 */ | 19 | /* 正式环境 */ |
21 | const API_URL = 'http://api2.open.yohobuy.com/'; | 20 | const API_URL = 'http://api2.open.yohobuy.com/'; |
22 | const SERVICE_URL = 'http://service.api.yohobuy.com/'; | 21 | const SERVICE_URL = 'http://service.api.yohobuy.com/'; |
23 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 22 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
24 | 23 | ||
25 | -// /* 测试环境 */ | ||
26 | - // const API_URL = 'http://test2.open.yohobuy.com/'; | ||
27 | - // const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | ||
28 | - // const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 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/'; | ||
29 | 28 | ||
30 | /** | 29 | /** |
31 | * 私钥列表 | 30 | * 私钥列表 |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment