备份恢复

This commit is contained in:
苏尹岚
2020-03-06 18:31:17 +08:00
parent 0a400582cf
commit bbd4d649c3
2 changed files with 40 additions and 2 deletions

View File

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