得到门店总分排名

This commit is contained in:
Rosy-zhudan
2019-09-23 16:58:02 +08:00
parent 06a155daf2
commit 2814b0c55a
5 changed files with 142 additions and 2 deletions

View File

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