This commit is contained in:
gazebo
2019-11-05 18:08:40 +08:00
parent 444e3dadd9
commit 5512efaaf5
3 changed files with 3 additions and 3 deletions

View File

@@ -1084,7 +1084,7 @@ func init() {
beego.ControllerComments{
Method: "GetSkuNames",
Router: `/GetSkuNames`,
AllowHTTPMethods: []string{"get"},
AllowHTTPMethods: []string{"get","post"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})