|
@@ -36,11 +36,11 @@ var (
|
|
|
group.GET("/{signCode}/", controller.SignPageHandler) //项目标签列表
|
|
|
group.GET("/{signCode}/p{pageNum}", controller.SignPageHandler) //项目标签列表
|
|
|
|
|
|
- group.GET("/area/", controller.SiteAreaIndexHandler) //site省份汇总页
|
|
|
- group.GET("/city/", controller.SiteCityIndexHandler) //site城市汇总页
|
|
|
- group.GET("/area/{areaCode}_S{siteCode}/", controller.SiteHandler) //site关键词列表页面-省
|
|
|
- group.GET("/city/{areaCode}_S{siteCode}/", controller.SiteHandler) //site关键词列表页面-市
|
|
|
- group.GET("/city/{areaCode}_S{siteCode}.html", controller.SiteHandler) //site关键词列表页面-区县
|
|
|
+ group.GET("/area/", controller.SiteAreaIndexHandler) //site省份汇总页
|
|
|
+ group.GET("/city/", controller.SiteCityIndexHandler) //site城市汇总页
|
|
|
+ group.GET("/area/{areaCode}_S{siteCode}/", controller.SiteHandler) //site关键词列表页面-省
|
|
|
+ group.GET("/city/{areaCode}_{cityCode}_S{siteCode}/", controller.SiteHandler) //site关键词列表页面-市
|
|
|
+ group.GET("/city/{areaCode}_{cityCode}_{districtCode}_S{siteCode}.html", controller.SiteHandler) //site关键词列表页面-区县
|
|
|
|
|
|
group.GET("/", controller.PinyinIndexHandler) //行业拼音关键词聚合页
|
|
|
group.GET("/keywords/{pinyinCode}.html", controller.PinyinHandler) //行业拼音关键词列表页面
|