门店价格插叙
This commit is contained in:
@@ -1075,7 +1075,7 @@ func init() {
|
||||
beego.ControllerComments{
|
||||
Method: "StatisticsReportForStoreSkusPrice",
|
||||
Router: `/StatisticsReportForStoreSkusPrice`,
|
||||
AllowHTTPMethods: []string{"Get"},
|
||||
AllowHTTPMethods: []string{"post"},
|
||||
MethodParams: param.Make(),
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
@@ -1305,6 +1305,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: "CreateStorePriceScore",
|
||||
Router: `/CreateStorePriceScore`,
|
||||
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: "DeleteStore",
|
||||
|
||||
Reference in New Issue
Block a user