|
@@ -23,7 +23,7 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
var (
|
|
var (
|
|
- NameReg = regexp.MustCompile("^1_\\d+\\.html$")
|
|
|
|
|
|
+ NameReg = regexp.MustCompile("^1_\\d")
|
|
mobileHref = "/list/%s/%s.html"
|
|
mobileHref = "/list/%s/%s.html"
|
|
infoTypeRedisKey = "mobile_seo_infoType_home"
|
|
infoTypeRedisKey = "mobile_seo_infoType_home"
|
|
biddingListKey = "mobile_seo_list_%s_%s_%d"
|
|
biddingListKey = "mobile_seo_list_%s_%s_%d"
|