首页推荐商家

This commit is contained in:
richboo111
2022-08-24 17:25:02 +08:00
parent 0219a7b02f
commit dd37849bf3
4 changed files with 154 additions and 45 deletions

View File

@@ -2638,6 +2638,15 @@ func init() {
Filters: nil,
Params: nil})
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
web.ControllerComments{
Method: "GetHomePageByLocation",
Router: `/GetHomePageByLocation`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})
web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"] = append(web.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:StoreController"],
web.ControllerComments{
Method: "GetStorePriceScore",