- prevent modify promotion store sku. lack callback handler
This commit is contained in:
@@ -217,8 +217,8 @@ func init() {
|
||||
|
||||
beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:PromotionController"] = append(beego.GlobalControllerRouter["git.rosy.net.cn/jx-callback/controllers:PromotionController"],
|
||||
beego.ControllerComments{
|
||||
Method: "CancelPomotion",
|
||||
Router: `/CancelPomotion`,
|
||||
Method: "CancelPromotion",
|
||||
Router: `/CancelPromotion`,
|
||||
AllowHTTPMethods: []string{"put"},
|
||||
MethodParams: param.Make(),
|
||||
Params: nil})
|
||||
|
||||
Reference in New Issue
Block a user