fixes bug to search css style
Showing
6 changed files
with
13 additions
and
13 deletions
@@ -17,16 +17,16 @@ use Plugin\Cache; | @@ -17,16 +17,16 @@ use Plugin\Cache; | ||
17 | class Yohobuy | 17 | class Yohobuy |
18 | { | 18 | { |
19 | 19 | ||
20 | -// /* 正式环境 */ | ||
21 | -// const API_URL = 'http://api2.open.yohobuy.com/'; | ||
22 | -// const SERVICE_URL = 'http://service.api.yohobuy.com/'; | ||
23 | -// const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
24 | - | ||
25 | - /* 测试环境 */ | ||
26 | - const API_URL = 'http://test2.open.yohobuy.com/'; | ||
27 | - const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | 20 | + /* 正式环境 */ |
21 | + const API_URL = 'http://api2.open.yohobuy.com/'; | ||
22 | + const SERVICE_URL = 'http://service.api.yohobuy.com/'; | ||
28 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 23 | const YOHOBUY_URL = 'http://www.yohobuy.com/'; |
29 | 24 | ||
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/'; | ||
29 | + | ||
30 | /** | 30 | /** |
31 | * 私钥列表 | 31 | * 私钥列表 |
32 | * | 32 | * |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.9" | 53 | +application.version = "1.1.0" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.9" | 53 | +application.version = "1.1.0" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.9" | 53 | +application.version = "1.1.0" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
@@ -50,7 +50,7 @@ application.template.ext = ".phtml" | @@ -50,7 +50,7 @@ application.template.ext = ".phtml" | ||
50 | application.assets.path = ROOT_PATH "/assets" | 50 | application.assets.path = ROOT_PATH "/assets" |
51 | 51 | ||
52 | ; 应用的版本号 | 52 | ; 应用的版本号 |
53 | -application.version = "1.0.9" | 53 | +application.version = "1.1.0" |
54 | 54 | ||
55 | ; 网站SEO信息 | 55 | ; 网站SEO信息 |
56 | application.seo.title = "Yoho!Buy有货" | 56 | application.seo.title = "Yoho!Buy有货" |
-
Please register or login to post a comment